mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Required update for Laravel 4.2
This commit is contained in:
parent
ca1b096cfd
commit
c4fa109868
@ -80,6 +80,8 @@ return array(
|
||||
|
||||
'key' => 'CHANGE_ME!!!',
|
||||
|
||||
'cipher' => MCRYPT_RIJNDAEL_256,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Autoloaded Service Providers
|
||||
@ -124,7 +126,7 @@ return array(
|
||||
|
||||
'aliases' => array_merge(include(base_path().'/modules/system/aliases.php'), array(
|
||||
|
||||
// 'Str' => 'Illuminate\Support\Str', // Example
|
||||
// 'Str' => 'Illuminate\Support\Str', // Example
|
||||
|
||||
)),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user