MCPcopy Create free account
hub / github.com/CoderOpen/waimai / DatabaseSeeder

Class DatabaseSeeder

database/seeds/DatabaseSeeder.php:5–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3use Illuminate\Database\Seeder;
4
5class 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected