Skip to content

Commit

Permalink
Merge pull request #73 from hmic/patch-1
Browse files Browse the repository at this point in the history
Fix case
  • Loading branch information
Mark S committed Jan 15, 2015
2 parents 5d3b644 + 752bcf0 commit 5c26540
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', '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 5c26540

Please sign in to comment.