- add title, placeholder and subtitle in avatar component - add role collection in users dto - make show empty text on table by default
10 lines
190 B
PHP
10 lines
190 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\FortifyServiceProvider::class,
|
|
App\Providers\DirectiveServiceProvider::class,
|
|
];
|