mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
improve approval notify + add approval_status filter
This commit is contained in:
@@ -9,6 +9,7 @@ use Illuminate\Support\ServiceProvider;
|
||||
use Illuminate\Http\Resources\Json\JsonResource;
|
||||
use Nexus\Nexus;
|
||||
use Filament\Facades\Filament;
|
||||
use Illuminate\Contracts\View\View;
|
||||
|
||||
class AppServiceProvider extends ServiceProvider
|
||||
{
|
||||
@@ -40,5 +41,10 @@ class AppServiceProvider extends ServiceProvider
|
||||
]);
|
||||
});
|
||||
|
||||
// Filament::registerRenderHook(
|
||||
// 'content.end',
|
||||
// fn (): View => view('filament.footer'),
|
||||
// );
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user