Cleanup Added lobby menu and page items. fix for root redirect
This commit is contained in:
12
app/Filament/User/Pages/Transactions.php
Normal file
12
app/Filament/User/Pages/Transactions.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Filament\User\Pages;
|
||||
|
||||
use Filament\Pages\Page;
|
||||
|
||||
class Transactions extends Page
|
||||
{
|
||||
protected static ?string $navigationIcon = 'polaris-transaction-icon';
|
||||
|
||||
protected static string $view = 'filament.user.pages.transactions';
|
||||
}
|
||||
Reference in New Issue
Block a user