diff options
Diffstat (limited to 'resources/views/admin/components.phtml')
| -rw-r--r-- | resources/views/admin/components.phtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/views/admin/components.phtml b/resources/views/admin/components.phtml index 2adb651c04..7144722530 100644 --- a/resources/views/admin/components.phtml +++ b/resources/views/admin/components.phtml @@ -17,7 +17,7 @@ use Illuminate\Support\Collection; /** * @var array<string,array<string,string>> $access_summary * @var string $description - * @var string $interface + * @var class-string<ModuleInterface> $interface * @var Collection<int,ModuleInterface> $modules * @var string $title * @var Collection<int,Tree> $trees @@ -189,4 +189,3 @@ use Illuminate\Support\Collection; }); </script> <?php View::endpush() ?> - |
