Skip to content

Commit

Permalink
Fixing breeze_app_path() helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Lexen committed Apr 26, 2016
1 parent 52fcd51 commit cee0829
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions breeze
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,8 @@ function breeze_vagrant_dotfile_path()

function breeze_app_path()
{
if (file_exists(__DIR__ . '/vendor/autoload.php')) {
return __DIR__;
}

return realpath('../clickrain/breeze');
return __DIR__;
}

$app = new ClickRain\Breeze\Application('Click Rain Breeze', '0.1.0');
$app = new ClickRain\Breeze\Application('Click Rain Breeze', '0.1.2');
$app->run();

0 comments on commit cee0829

Please sign in to comment.