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
@@ -20,6 +20,7 @@ use App\Models\Forum;
use App\Models\Group;
use App\Models\Permission;
use Illuminate\Support\Str;
use Exception;
/**
* @see \Tests\Todo\Feature\Http\Controllers\Staff\ForumControllerTest
@@ -156,7 +157,7 @@ class ForumController extends Controller
/**
* Delete A Forum.
*
* @throws \Exception
* @throws Exception
*/
public function destroy(int $id): \Illuminate\Http\RedirectResponse
{