Browse Source

Adding soft deleting trait alias.

Taylor Otwell 11 years ago
parent
commit
b755783714
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/config/app.php

+ 1 - 0
app/config/app.php

@@ -167,6 +167,7 @@ return array(
 		'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',