Skip to content

Commit

Permalink
Fix issue in setting Loader to "core"
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Oct 12, 2024
1 parent f1f346a commit 49380eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/InstallDoctrine.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function run()

$result = $maker->make($class);

$file = $this->path . '/core/Loader.php';
$file = $this->path . '/core/MY_Loader.php';

if (! file_exists($file))
{
Expand Down

0 comments on commit 49380eb

Please sign in to comment.