ranjith-dev #610
@@ -23,6 +23,8 @@ class Dashboard extends \Filament\Pages\Dashboard
|
|||||||
|
|
||||||
protected static string $view = 'filament.pages.dashboard';
|
protected static string $view = 'filament.pages.dashboard';
|
||||||
|
|
||||||
|
protected static ?string $slug = 'welcome';
|
||||||
|
|
||||||
// public function mount(): void
|
// public function mount(): void
|
||||||
// {
|
// {
|
||||||
// session()->forget(['selected_plant']);
|
// session()->forget(['selected_plant']);
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ class AdminSeeder extends Seeder
|
|||||||
// Data to update/create
|
// Data to update/create
|
||||||
[
|
[
|
||||||
'name' => 'Admin',
|
'name' => 'Admin',
|
||||||
'password' => Hash::make('jOtHi#9000'),
|
'password' => Hash::make('jOtHi$9000'),
|
||||||
'updated_at' => now(),
|
'updated_at' => now(),
|
||||||
'created_at' => now(),
|
'created_at' => now(),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user