mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-26 07:54:00 +00:00
17 lines
212 B
PHP
17 lines
212 B
PHP
<?php
|
|
|
|
use Illuminate\Database\Seeder;
|
|
|
|
class DatabaseSeeder extends Seeder
|
|
{
|
|
/**
|
|
* Seed the application's database.
|
|
*
|
|
* @return void
|
|
*/
|
|
public function run()
|
|
{
|
|
//
|
|
}
|
|
}
|