Skip to content

Commit

Permalink
fix: minor config prefix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulgolakiya committed Sep 19, 2022
1 parent 4fd0cab commit 8575e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Publish/PublishTablesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function handle()
public function publishLivewireTableViews()
{
$viewsPath = config('laravel_generator.path.views', resource_path('views/'));
$templateType = config('infyom.laravel_generator.templates', 'adminlte-templates');
$templateType = config('laravel_generator.templates', 'adminlte-templates');
$files = [
'templates.scaffold.table.livewire.actions' => 'common/livewire-tables/actions.blade.php',
];
Expand Down

0 comments on commit 8575e2b

Please sign in to comment.