New-OMIS/stubs/nwidart-stubs/seeder.stub
2024-04-04 16:20:27 +05:45

17 lines
215 B
Plaintext

<?php
namespace $NAMESPACE$;
use Illuminate\Database\Seeder;
class $NAME$ extends Seeder
{
/**
* Run the database seeds.
*/
public function run(): void
{
// $this->call([]);
}
}