We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3a972 commit 1bc3c6bCopy full SHA for 1bc3c6b
src/Propel/Silex/PropelServiceProvider.php
@@ -47,7 +47,7 @@ public function register(Application $app)
47
throw new \InvalidArgumentException(__CLASS__.': please, initialize the "propel.config_file" parameter.');
48
}
49
50
- $config = '/build/conf/'.substr(strstr($files[0], '-'), 1);
+ $config = './build/conf/'.substr(strstr($files[0], '-'), 1);
51
chdir($currentDir);
52
53
0 commit comments