edit the unit test

This commit is contained in:
Mohd Arief
2018-05-15 11:18:06 +08:00
parent bc6f948314
commit 254077476e
4 changed files with 53 additions and 37 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
use Illuminate\Database\Seeder;
class BookTableSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
//
}
}