Skip to content

Commit 1bc3c6b

Browse files
committed
Fixed tests. Fixes #1
1 parent ac3a972 commit 1bc3c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Propel/Silex/PropelServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function register(Application $app)
4747
throw new \InvalidArgumentException(__CLASS__.': please, initialize the "propel.config_file" parameter.');
4848
}
4949

50-
$config = '/build/conf/'.substr(strstr($files[0], '-'), 1);
50+
$config = './build/conf/'.substr(strstr($files[0], '-'), 1);
5151
chdir($currentDir);
5252
}
5353

0 commit comments

Comments
 (0)