テストをしましょう

This commit is contained in:
shibafu
2019-12-11 01:32:55 +09:00
parent 73ee9f108b
commit 695f457505
5 changed files with 106 additions and 24 deletions

View 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 [
//
];
});