fixed bug in view composers. changed crypter alias.

This commit is contained in:
Taylor Otwell
2011-10-05 23:22:25 -05:00
parent 1cafc02d55
commit 48715bbb7d
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ return array(
'Config' => 'Laravel\\Config',
'Controller' => 'Laravel\\Controller',
'Cookie' => 'Laravel\\Cookie',
'Crypter' => 'Laravel\\Crypter',
'Crypter' => 'Laravel\\Security\\Crypter',
'DB' => 'Laravel\\Database\\Manager',
'Eloquent' => 'Laravel\\Database\\Eloquent\\Model',
'File' => 'Laravel\\File',