tweaking key setting.

This commit is contained in:
Taylor Otwell
2012-02-15 13:17:45 -06:00
parent 82315f31d5
commit 6e83add76f
3 changed files with 1 additions and 23 deletions

View File

@@ -58,14 +58,6 @@ else
$paths['public'] = 'public';
}
// --------------------------------------------------------------
// Define a bootstrap Closure that runs on core load.
// --------------------------------------------------------------
$bootstrap = function()
{
Laravel\Config::set('key.auto', true);
};
// --------------------------------------------------------------
// Define each constant if it hasn't been defined.
// --------------------------------------------------------------