Synced config with laravel/laravel

This commit is contained in:
Graham Campbell
2015-10-30 18:24:15 +00:00
parent c354c7cc3d
commit 4ab6cd5b1b
4 changed files with 13 additions and 8 deletions

View File

@@ -201,6 +201,7 @@ return [
'Eloquent' => 'Illuminate\Database\Eloquent\Model',
'Event' => 'Illuminate\Support\Facades\Event',
'File' => 'Illuminate\Support\Facades\File',
'Gate' => 'Illuminate\Support\Facades\Gate',
'Hash' => 'Illuminate\Support\Facades\Hash',
'Input' => 'Illuminate\Support\Facades\Input',
'Inspiring' => 'Illuminate\Foundation\Inspiring',