Skip to content

Instantly share code, notes, and snippets.

@winni4eva
Created January 13, 2019 16:22
Show Gist options
  • Save winni4eva/104b36f8e741c0df05adca9840d29ec4 to your computer and use it in GitHub Desktop.
Save winni4eva/104b36f8e741c0df05adca9840d29ec4 to your computer and use it in GitHub Desktop.
Seeding
<?php
use Illuminate\Database\Seeder;
class DatabaseSeeder extends Seeder
{
/**
* Seed the application's database.
*
* @return void
*/
public function run()
{
//$this->call(UsersTableSeeder::class);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment