controller refactoring part 22

This commit is contained in:
Peter Papp
2021-07-21 17:21:19 +02:00
parent d55f5c3b41
commit 9fb9b8a1b0
32 changed files with 105 additions and 173 deletions

View File

@@ -1,9 +1,6 @@
<?php
namespace App\Users\Actions;
use Illuminate\Support\Facades\Storage;
class CheckStorageCapacityAction
@@ -30,4 +27,4 @@ class CheckStorageCapacityAction
abort(423, 'You exceed your storage limit!');
}
}
}
}