mirror of
https://github.com/10h30/MoveMate.git
synced 2026-07-11 18:56:06 +09:00
Add manual authentication, create, read, update task
This commit is contained in:
@@ -13,6 +13,6 @@ class TaskSeeder extends Seeder
|
||||
*/
|
||||
public function run(): void
|
||||
{
|
||||
Task::factory(100)->create();
|
||||
Task::factory(20)->create();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user