We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5abed8 commit 3414ff9Copy full SHA for 3414ff9
container.md
@@ -322,6 +322,7 @@ class PhotoController extends Controller
322
#[Cache('redis')] protected Repository $cache,
323
#[Config('app.timezone')] protected string $timezone,
324
#[Context('uuid')] protected string $uuid,
325
+ #[Context('ulid', hidden: true)] protected string $ulid,
326
#[DB('mysql')] protected Connection $connection,
327
#[Give(DatabaseRepository::class)] protected UserRepository $users,
328
#[Log('daily')] protected LoggerInterface $log,
0 commit comments