Skip to content

Commit

Permalink
template update
Browse files Browse the repository at this point in the history
  • Loading branch information
nasirkhan committed Sep 6, 2023
1 parent 482e10e commit 816854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stubs/database/seeders/stubSeeders.stub
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace {{namespace}}\{{moduleName}}\database\seeders;

use Illuminate\Database\Seeder;
use Illuminate\Support\Facades\DB;
use Modules\Tag\Entities\{{moduleName}};
use Modules\{{moduleName}}\Entities\{{moduleName}};

class {{moduleName}}DatabaseSeeder extends Seeder
{
Expand Down

0 comments on commit 816854b

Please sign in to comment.