Skip to content

Commit

Permalink
Update MakeFilamentResourceCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lordjoo authored Sep 21, 2022
1 parent 11169dc commit 6464000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MakeFilamentResourceCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public function getModelNamespace($model)

public function getBaseResourcePath($resource)
{
$module = config('laramodular.modules_namespace').'\\'.$this->module_name;
$module = config('laramodular.modules_path').'\\'.$this->module_name;
return base_path(
(string) Str::of($resource)
->prepend($module.'\\Filament\\Resources\\')
Expand Down

0 comments on commit 6464000

Please sign in to comment.