Skip to content

Commit 8575e2b

Browse files
committed
fix: minor config prefix fix
1 parent 4fd0cab commit 8575e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Publish/PublishTablesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function handle()
4444
public function publishLivewireTableViews()
4545
{
4646
$viewsPath = config('laravel_generator.path.views', resource_path('views/'));
47-
$templateType = config('infyom.laravel_generator.templates', 'adminlte-templates');
47+
$templateType = config('laravel_generator.templates', 'adminlte-templates');
4848
$files = [
4949
'templates.scaffold.table.livewire.actions' => 'common/livewire-tables/actions.blade.php',
5050
];

0 commit comments

Comments
 (0)