Adding soft deleting trait alias.

This commit is contained in:
Taylor Otwell 2014-02-28 11:40:05 -06:00
parent cc7196c5e9
commit b755783714
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@
'Schema' => 'Illuminate\Support\Facades\Schema',
'Seeder' => 'Illuminate\Database\Seeder',
'Session' => 'Illuminate\Support\Facades\Session',
'SoftDeletingTrait' => 'Illuminate\Database\Eloquent\SoftDeletingTrait',
'SSH' => 'Illuminate\Support\Facades\SSH',
'Str' => 'Illuminate\Support\Str',
'URL' => 'Illuminate\Support\Facades\URL',