We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0841cd + aca223f commit 4b1c1c0Copy full SHA for 4b1c1c0
src/Revive.php
@@ -2,12 +2,9 @@
2
3
namespace Promethys\Revive;
4
5
-use Illuminate\Support\Facades\DB;
6
-use Illuminate\Support\Facades\File;
7
-use Illuminate\Database\Eloquent\Model;
8
use Illuminate\Database\Eloquent\Builder;
9
-use Illuminate\Database\Eloquent\Collection;
10
-use Promethys\Revive\RevivePlugin;
+use Illuminate\Database\Eloquent\Model;
+use Illuminate\Support\Facades\File;
11
12
class Revive
13
{
@@ -80,4 +77,4 @@ public static function getRecyclableModels()
80
77
// $model::withTrashed()->find($id)->forceDelete();
81
78
// }
82
79
83
-}
+}
0 commit comments