Skip to content

Commit 3414ff9

Browse files
Add hidden to the Context attribute in Container (#10495)
1 parent e5abed8 commit 3414ff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

container.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ class PhotoController extends Controller
322322
#[Cache('redis')] protected Repository $cache,
323323
#[Config('app.timezone')] protected string $timezone,
324324
#[Context('uuid')] protected string $uuid,
325+
#[Context('ulid', hidden: true)] protected string $ulid,
325326
#[DB('mysql')] protected Connection $connection,
326327
#[Give(DatabaseRepository::class)] protected UserRepository $users,
327328
#[Log('daily')] protected LoggerInterface $log,

0 commit comments

Comments
 (0)