| 3 | use Illuminate\Database\Seeder; |
| 4 | |
| 5 | class DatabaseSeeder extends Seeder |
| 6 | { |
| 7 | /** |
| 8 | * Run the database seeds. |
| 9 | * |
| 10 | * @return void |
| 11 | */ |
| 12 | public function run() |
| 13 | { |
| 14 | // $this->call(UsersTableSeeder::class); |
| 15 | } |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected