Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2024-03-26 10:27:36 +00:00
parent 4f22451be3
commit e436ceae38
7 changed files with 5 additions and 15 deletions

View File

@@ -2,11 +2,9 @@
namespace App\View\Components\Streamerpanel;
use Closure;
use Illuminate\Contracts\View\View;
use Illuminate\View\Component;
use App\Models\Streamer;
use Illuminate\Support\Collection;
use Illuminate\View\Component;
class StreamersTable extends Component
{