-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
This occurs in some setups where the app folder is not named 'app' and instead bears a different name.
robinncode/db_craft/src/Libraries/FileHandler.php line 76 can be changed from:
$targetDir = ROOTPATH . 'app/Database/Migrations/';
to:
$targetDir = APPPATH . '/Database/Migrations/';
for improved compatibility.
Metadata
Metadata
Assignees
Labels
No labels