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\Notification\Templates;
|
||||
|
||||
use App\Framework\Ulid\UlidGenerator;
|
||||
use App\Framework\Id\Ulid\UlidGenerator;
|
||||
|
||||
/**
|
||||
* Template Identifier Value Object
|
||||
|
||||
@@ -5,8 +5,8 @@ declare(strict_types=1);
|
||||
namespace App\Framework\Notification\ValueObjects;
|
||||
|
||||
use App\Framework\DateTime\SystemClock;
|
||||
use App\Framework\Ulid\UlidGenerator;
|
||||
use App\Framework\Ulid\UlidValidator;
|
||||
use App\Framework\Id\Ulid\UlidGenerator;
|
||||
use App\Framework\Id\Ulid\UlidValidator;
|
||||
|
||||
/**
|
||||
* Unique identifier for notifications
|
||||
|
||||
Reference in New Issue
Block a user