We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc31f36 commit bd4da20Copy full SHA for bd4da20
src/Traits/AutoLoaderTrait.php
@@ -78,7 +78,7 @@ private static function createDummy($path = null)
78
private static function createConfigDirectory($paths = null)
79
{
80
// folder path
81
- $configFolder = str_replace('database.dum', '', $paths['database']['path']);
+ $configFolder = str_replace(['database.dum', 'database.php'], '', $paths['database']['path']);
82
83
// if config folder not found
84
if(!is_dir($configFolder)){
0 commit comments