ranjith-dev #610

Merged
jothi merged 4 commits from ranjith-dev into master 2026-05-15 09:16:29 +00:00
2 changed files with 3 additions and 1 deletions

View File

@@ -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']);

View File

@@ -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(),
] ]