From b755783714bbc02d6d645d2cef24809b6d17b112 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 28 Feb 2014 11:40:05 -0600 Subject: [PATCH] Adding soft deleting trait alias. --- app/config/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/app.php b/app/config/app.php index 8fbc6557..e48222cf 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -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',