Skip to content

Commit ab587bb

Browse files
authored
Merge pull request #8 from adhenrique/develop
typo when defining the class namespace
2 parents 9237cca + b4ff8e4 commit ab587bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stubs/Seeder.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use Database\Seeders;
3+
namespace Database\Seeders;
44

55
use Illuminate\Database\Seeder as BaseSeeder;
66
use Illuminate\Support\Facades\DB;

0 commit comments

Comments
 (0)