Skip to content

Commit

Permalink
Fixing error in windows systems because uppercase and lowercase names…
Browse files Browse the repository at this point in the history
… are the same
  • Loading branch information
vagrant committed Mar 4, 2016
1 parent 18e4ffc commit 81cdb8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server/Config/Dependencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ class Dependencies
{
public static function init()
{
return require __DIR__ . '/dependencies.php';
return require __DIR__ . '/dependencies-setup.php';
}
}
File renamed without changes.

0 comments on commit 81cdb8c

Please sign in to comment.