Skip to content

Commit 1c3ef0d

Browse files
Removed 'Configuration' constructor argument, 'setFilename' now sets the 'workingDirectory' as well
1 parent 292e9b4 commit 1c3ef0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Configuration/Loader/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ abstract class File
3333
*/
3434
public function getConfiguration()
3535
{
36-
$configuration = new Configuration(dirname($this->filename));
36+
$configuration = new Configuration();
3737
$configuration->setFilename($this->filename);
3838

3939
$this->setAppSettings($configuration);

0 commit comments

Comments
 (0)