This commit is contained in:
2026-02-22 08:58:19 +08:00
parent 22824550d6
commit 9197bc6f29
58 changed files with 0 additions and 886 deletions

View File

@@ -1,16 +0,0 @@
<?php
namespace Modules\Demo\Database\Seeders;
use Illuminate\Database\Seeder;
class DemoDatabaseSeeder extends Seeder
{
/**
* Run the database seeds.
*/
public function run(): void
{
// $this->call([]);
}
}