correct wrong spelling of web_notifications
This commit is contained in:
@@ -22,7 +22,7 @@ return new class extends Migration
|
||||
$table->integer('role')->nullable();
|
||||
$table->dateTime('verified_at')->nullable();
|
||||
$table->integer('email_notifications')->default(1);
|
||||
$table->integer('web_notifiactions')->default(1);
|
||||
$table->integer('web_notifications')->default(1);
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ class DevSeeder extends Seeder
|
||||
'phone' => config('app.admin_phone'),
|
||||
'role' => 1,
|
||||
'validate' => 1,
|
||||
'web_notifiactions' => 1,
|
||||
'web_notifications' => 1,
|
||||
'email_notifications' => 1,
|
||||
]
|
||||
);
|
||||
|
||||
@@ -24,7 +24,7 @@ class ProdSeeder extends Seeder
|
||||
'phone' => config('app.admin_phone'),
|
||||
'role' => 1,
|
||||
'validate' => 1,
|
||||
'web_notifiactions' => 1,
|
||||
'web_notifications' => 1,
|
||||
'email_notifications' => 1,
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user