update: lint

This commit is contained in:
HDVinnie
2023-02-03 22:23:00 -05:00
parent 3650900c97
commit f4ebee885c
80 changed files with 217 additions and 127 deletions
@@ -15,6 +15,7 @@ namespace App\Http\Controllers\Staff;
use App\Http\Controllers\Controller;
use App\Models\Seedbox;
use Exception;
/**
* @see \Tests\Todo\Feature\Http\Controllers\SeedboxControllerTest
@@ -34,7 +35,7 @@ class SeedboxController extends Controller
/**
* Delete A Registered Seedbox.
*
* @throws \Exception
* @throws Exception
*/
public function destroy(int $id): \Illuminate\Http\RedirectResponse
{