質問編集履歴
1
codeのミス修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
use Illuminate\Database\Seeder;
|
37
37
|
use App\Models\Blog;
|
38
38
|
|
39
|
-
class
|
39
|
+
class BlogsTableSeeder extends Seeder
|
40
40
|
{
|
41
41
|
/**
|
42
42
|
* Seed the application's database.
|