mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 12:24:09 +00:00
17 lines
204 B
PHP
17 lines
204 B
PHP
<?php
|
|
|
|
use Illuminate\Database\Seeder;
|
|
|
|
class BookTableSeeder extends Seeder
|
|
{
|
|
/**
|
|
* Run the database seeds.
|
|
*
|
|
* @return void
|
|
*/
|
|
public function run()
|
|
{
|
|
//
|
|
}
|
|
}
|