refactor(console, id, config): Dialog mode in Console, consolidated id modul, added config support for ini directives
This commit is contained in:
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\Framework\Queue\ValueObjects;
|
||||
|
||||
use App\Framework\Ulid\Ulid;
|
||||
use App\Framework\Id\Ulid\Ulid;
|
||||
|
||||
/**
|
||||
* Value Object representing a unique Job identifier
|
||||
|
||||
@@ -8,7 +8,7 @@ use App\Framework\Core\ValueObjects\ClassName;
|
||||
use App\Framework\Core\ValueObjects\Duration;
|
||||
use App\Framework\Core\ValueObjects\Timestamp;
|
||||
use App\Framework\DateTime\SystemClock;
|
||||
use App\Framework\Ulid\Ulid;
|
||||
use App\Framework\Id\Ulid\Ulid;
|
||||
|
||||
/**
|
||||
* Job Metadata Value Object
|
||||
|
||||
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\Framework\Queue\ValueObjects;
|
||||
|
||||
use App\Framework\Ulid\UlidGenerator;
|
||||
use App\Framework\Id\Ulid\UlidGenerator;
|
||||
|
||||
/**
|
||||
* Value Object representing a unique Worker identifier
|
||||
|
||||
Reference in New Issue
Block a user