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.
AdminDashboard
1 parent 074cec1 commit cd18514Copy full SHA for cd18514
src/Attribute/AdminDashboard.php
@@ -9,7 +9,7 @@
9
class AdminDashboard
10
{
11
public function __construct(
12
- /** @var array<string, array{routeName: string, routePath: string}>|null */
+ /** @var array<string, array{routeName?: string, routePath?: string}>|null */
13
public ?array $routes = null,
14
/** @var class-string[]|null $allowedControllers If defined, only these CRUD controllers will have a route defined for them */
15
public ?array $allowedControllers = null,
0 commit comments