mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 01:38:49 -05:00
update: lint
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user