Skip to content

Commit 4b1c1c0

Browse files
committed
2 parents f0841cd + aca223f commit 4b1c1c0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/Revive.php

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22

33
namespace Promethys\Revive;
44

5-
use Illuminate\Support\Facades\DB;
6-
use Illuminate\Support\Facades\File;
7-
use Illuminate\Database\Eloquent\Model;
85
use Illuminate\Database\Eloquent\Builder;
9-
use Illuminate\Database\Eloquent\Collection;
10-
use Promethys\Revive\RevivePlugin;
6+
use Illuminate\Database\Eloquent\Model;
7+
use Illuminate\Support\Facades\File;
118

129
class Revive
1310
{
@@ -80,4 +77,4 @@ public static function getRecyclableModels()
8077
// $model::withTrashed()->find($id)->forceDelete();
8178
// }
8279
// }
83-
}
80+
}

0 commit comments

Comments
 (0)