Skip to content

Commit

Permalink
APPNAME -> APP_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
agalwood committed Jun 2, 2016
1 parent bad1b1f commit 8b9f2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

require __DIR__ . '/../vendor/autoload.php';

$appName = '{{APPNAME}}';
$appName = '{{APP_NAME}}';
$rootPath = realpath(__DIR__.'/../');

$app = new Application($appName, $rootPath);
Expand Down

0 comments on commit 8b9f2d9

Please sign in to comment.