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\Message;
use App\Models\Peer;
use App\Repositories\ChatRepository;
use Illuminate\Support\Carbon;
use Exception;
/**
* @see \Tests\Todo\Feature\Http\Controllers\Staff\FlushControllerTest
@@ -36,7 +37,7 @@ class FlushController extends Controller
/**
* Flsuh All Old Peers From Database.
*
* @throws \Exception
* @throws Exception
*/
public function peers(): \Illuminate\Http\RedirectResponse
{
@@ -60,7 +61,7 @@ class FlushController extends Controller
/**
* Flush All Chat Messages.
*
* @throws \Exception
* @throws Exception
*/
public function chat(): \Illuminate\Http\RedirectResponse
{