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 e2bf46f commit 5b811d5Copy full SHA for 5b811d5
src/Glue/glue.php
@@ -330,6 +330,7 @@ private function getPermissions(): void
330
$permissions['ttl'] = $attribute->timeToLive()->as(Unit::Nanoseconds);
331
break;
332
case $attribute->getName() === AllowCreateFrom::class:
333
+ /** @var AllowCreateFrom $attribute */ $attribute = $attribute->newInstance();
334
if ($attribute->type) {
335
$permissions['from-type'][] = $attribute->type;
336
} else {
0 commit comments