mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-07-11 01:24:46 +02:00
15 lines
282 B
PHP
15 lines
282 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
// config for Awcodes/Recently
|
|
// Filament Plugin
|
|
return [
|
|
'user_model' => App\Models\Auth\User::class,
|
|
'max_items' => 20,
|
|
'width' => 'xl',
|
|
'global_search' => true,
|
|
'menu' => true,
|
|
'icon' => 'heroicon-o-arrow-uturn-left',
|
|
];
|