Skip to content

Commit

Permalink
Update MakeCrudModuleCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Sep 20, 2024
1 parent 2bf840f commit 39441a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Commands/Modules/MakeCrudModuleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,11 @@ private function makeFactory(string $name)
{
$factoryPath = config('laravel-crod.modules.factory_path', 'Database\Factories');

$this->makeStubFile(
base_path($this->module_name_space."\\$name\\$factoryPath"),
$name,
'Factory',
'/../Stubs/module/factory.stub'
);
// $this->makeStubFile(
// base_path($this->module_name_space."\\$name\\$factoryPath"),
// $name,
// 'Factory',
// '/../Stubs/module/factory.stub'
// );
}
}

0 comments on commit 39441a6

Please sign in to comment.