Skip to content

Commit

Permalink
Fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
hmic committed Jan 15, 2015
1 parent 9a3c630 commit 752bcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bootstrap.php
Expand Up @@ -76,7 +76,7 @@
// shared configuration.
// Configure::load('app.local.php', 'default');
} catch (\Exception $e) {
die('Unable to load Config/app.php. Create it by copying Config/app.default.php to Config/app.php.');
die('Unable to load config/app.php. Create it by copying config/app.default.php to config/app.php.');
}

/**
Expand Down

0 comments on commit 752bcf0

Please sign in to comment.