Add Turkmen localization and update Filament resources; configure timezone and locale settings
This commit is contained in:
10
app/Filament/Pages/Dashboard.php
Normal file
10
app/Filament/Pages/Dashboard.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Filament\Pages;
|
||||
|
||||
use Filament\Pages\Dashboard as BaseDashboard;
|
||||
|
||||
class Dashboard extends BaseDashboard
|
||||
{
|
||||
protected static ?string $navigationLabel = 'Dolandyryş paneli';
|
||||
}
|
||||
Reference in New Issue
Block a user