mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
17 lines
202 B
PHP
17 lines
202 B
PHP
<?php
|
|
|
|
use Illuminate\Database\Seeder;
|
|
|
|
class GridSeeder extends Seeder
|
|
{
|
|
/**
|
|
* Run the database seeds.
|
|
*
|
|
* @return void
|
|
*/
|
|
public function run()
|
|
{
|
|
//run
|
|
}
|
|
}
|