Add initial Todo items and CalDAV sync
This commit is contained in:
@@ -19,7 +19,8 @@ public function run(): void
|
||||
{
|
||||
$this->call([
|
||||
PaymentTermsSeeder::class,
|
||||
SettingsTableSeeder::class
|
||||
SettingsTableSeeder::class,
|
||||
TodoTypeSeeder::class,
|
||||
]);
|
||||
|
||||
$user = User::factory()->create([
|
||||
|
||||
Reference in New Issue
Block a user