feat: Refactor Filament resources and fix tenant admin login
This commit is contained in:
11
app/Filament/Resources/TenantResource/Pages/ViewTenant.php
Normal file
11
app/Filament/Resources/TenantResource/Pages/ViewTenant.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Filament\Resources\TenantResource\Pages;
|
||||
|
||||
use App\Filament\Resources\TenantResource;
|
||||
use Filament\Resources\Pages\ViewRecord;
|
||||
|
||||
class ViewTenant extends ViewRecord
|
||||
{
|
||||
protected static string $resource = TenantResource::class;
|
||||
}
|
||||
Reference in New Issue
Block a user