Skip to content

Commit bd4da20

Browse files
author
Fredrick Peter
committed
update
1 parent cc31f36 commit bd4da20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/AutoLoaderTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private static function createDummy($path = null)
7878
private static function createConfigDirectory($paths = null)
7979
{
8080
// folder path
81-
$configFolder = str_replace('database.dum', '', $paths['database']['path']);
81+
$configFolder = str_replace(['database.dum', 'database.php'], '', $paths['database']['path']);
8282

8383
// if config folder not found
8484
if(!is_dir($configFolder)){

0 commit comments

Comments
 (0)