17 lines
215 B
Plaintext
Raw Permalink Normal View History

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