removed overuse of cache:clear command
This commit is contained in:
@@ -123,8 +123,6 @@ abstract class BulkAction
|
||||
foreach ($items as $item) {
|
||||
$item->delete();
|
||||
}
|
||||
|
||||
Artisan::call('cache:clear');
|
||||
}
|
||||
|
||||
public function disableContacts($request)
|
||||
|
||||
Reference in New Issue
Block a user