refactor(console, id, config): Dialog mode in Console, consolidated id modul, added config support for ini directives
This commit is contained in:
@@ -12,7 +12,7 @@ use App\Framework\Database\Attributes\Entity;
|
||||
use App\Framework\Database\Attributes\Type;
|
||||
use App\Framework\Filesystem\ValueObjects\FilePath;
|
||||
use App\Framework\Http\MimeType;
|
||||
use App\Framework\Ulid\Ulid;
|
||||
use App\Framework\Id\Ulid\Ulid;
|
||||
|
||||
#[Entity(tableName: 'images', idColumn: 'ulid')]
|
||||
final readonly class Image
|
||||
|
||||
@@ -4,9 +4,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\Domain\Media;
|
||||
|
||||
use App\Framework\Ulid\StringConverter;
|
||||
use App\Framework\Ulid\Ulid;
|
||||
|
||||
final readonly class ImageResizer
|
||||
{
|
||||
public function __construct()
|
||||
|
||||
@@ -5,7 +5,7 @@ declare(strict_types=1);
|
||||
namespace App\Domain\SmartLink\ValueObjects;
|
||||
|
||||
use App\Framework\DateTime\Clock;
|
||||
use App\Framework\Ulid\Ulid;
|
||||
use App\Framework\Id\Ulid\Ulid;
|
||||
|
||||
final readonly class ClickId
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ declare(strict_types=1);
|
||||
namespace App\Domain\SmartLink\ValueObjects;
|
||||
|
||||
use App\Framework\DateTime\Clock;
|
||||
use App\Framework\Ulid\Ulid;
|
||||
use App\Framework\Id\Ulid\Ulid;
|
||||
|
||||
final readonly class GeoRuleId
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ declare(strict_types=1);
|
||||
namespace App\Domain\SmartLink\ValueObjects;
|
||||
|
||||
use App\Framework\DateTime\Clock;
|
||||
use App\Framework\Ulid\Ulid;
|
||||
use App\Framework\Id\Ulid\Ulid;
|
||||
|
||||
final readonly class SmartLinkId
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user