Skip to content

Commit

Permalink
stub update
Browse files Browse the repository at this point in the history
  • Loading branch information
nasirkhan committed Nov 15, 2022
1 parent c16eda3 commit 5bf437f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/stubs/Http/Controllers/Backend/stubBackendController.stub
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ namespace {{namespace}}\{{moduleName}}\Http\Controllers\Backend;

use App\Authorizable;
use App\Http\Controllers\Backend\BackendBaseController;
use Illuminate\Http\Request;
use Illuminate\Support\Str;

class {{moduleNamePlural}}Controller extends BackendBaseController
{
Expand Down
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\Tag;
use Modules\Tag\Entities\{{moduleName}};

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

0 comments on commit 5bf437f

Please sign in to comment.