テストをしましょう
This commit is contained in:
10
database/factories/LikeFactory.php
Normal file
10
database/factories/LikeFactory.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/** @var \Illuminate\Database\Eloquent\Factory $factory */
|
||||
|
||||
use Faker\Generator as Faker;
|
||||
|
||||
$factory->define(App\Like::class, function (Faker $faker) {
|
||||
return [
|
||||
//
|
||||
];
|
||||
});
|
Reference in New Issue
Block a user