Skip to content

Commit

Permalink
Merge pull request #4 from imanghafoori1/optimize_imports
Browse files Browse the repository at this point in the history
Optimize imports
  • Loading branch information
PHPJunior authored Aug 14, 2021
2 parents f15428f + b9ba924 commit 3ee94fb
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion app/Http/Livewire/Backend/Admin/Modal/CreateAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use App\Models\Auth\Admin;
use Illuminate\Support\Facades\Hash;
use Livewire\Component;
use LivewireUI\Modal\ModalComponent;

class CreateAdmin extends ModalComponent
Expand Down
1 change: 0 additions & 1 deletion app/Http/Livewire/Backend/Admin/Modal/DeleteAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace App\Http\Livewire\Backend\Admin\Modal;

use App\Models\Auth\Admin;
use Livewire\Component;
use LivewireUI\Modal\ModalComponent;

class DeleteAdmin extends ModalComponent
Expand Down
1 change: 0 additions & 1 deletion app/Http/Livewire/Backend/Admin/Modal/EditAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use App\Models\Auth\Admin;
use Illuminate\Support\Facades\Hash;
use Illuminate\Validation\Rule;
use Livewire\Component;
use LivewireUI\Modal\ModalComponent;

class EditAdmin extends ModalComponent
Expand Down
1 change: 0 additions & 1 deletion app/Http/Livewire/Backend/Admin/Modal/ViewAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace App\Http\Livewire\Backend\Admin\Modal;

use App\Models\Auth\Admin;
use Livewire\Component;
use LivewireUI\Modal\ModalComponent;

class ViewAdmin extends ModalComponent
Expand Down
3 changes: 0 additions & 3 deletions app/Http/Livewire/Backend/Admin/Table/AdminsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
namespace App\Http\Livewire\Backend\Admin\Table;

use App\Models\Auth\Admin;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Relations\Relation;
use Livewire\Component;
use Rappasoft\LaravelLivewireTables\DataTableComponent;
use Rappasoft\LaravelLivewireTables\Views\Column;

Expand Down
1 change: 0 additions & 1 deletion app/Http/Livewire/Backend/Channel/Modal/BanChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use App\Models\Channel\Channel;
use Carbon\Carbon;
use Livewire\Component;
use LivewireUI\Modal\ModalComponent;

class BanChannel extends ModalComponent
Expand Down
1 change: 0 additions & 1 deletion app/Http/Livewire/Backend/Channel/Modal/BanUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use App\Models\Auth\User;
use Carbon\Carbon;
use Livewire\Component;
use LivewireUI\Modal\ModalComponent;

class BanUser extends ModalComponent
Expand Down
1 change: 0 additions & 1 deletion app/Http/Livewire/Backend/Channel/Modal/BanVideo.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use App\Models\Channel\Video;
use Carbon\Carbon;
use Livewire\Component;
use LivewireUI\Modal\ModalComponent;

class BanVideo extends ModalComponent
Expand Down
1 change: 0 additions & 1 deletion app/Http/Livewire/Backend/Channel/Modal/UnBanChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace App\Http\Livewire\Backend\Channel\Modal;

use App\Models\Channel\Channel;
use Livewire\Component;
use LivewireUI\Modal\ModalComponent;

class UnBanChannel extends ModalComponent
Expand Down
1 change: 0 additions & 1 deletion app/Http/Livewire/Backend/Channel/Modal/UnBanUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace App\Http\Livewire\Backend\Channel\Modal;

use App\Models\Auth\User;
use Livewire\Component;
use LivewireUI\Modal\ModalComponent;

class UnBanUser extends ModalComponent
Expand Down
1 change: 0 additions & 1 deletion app/Http/Livewire/Backend/Channel/Modal/UnBanVideo.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace App\Http\Livewire\Backend\Channel\Modal;

use App\Models\Channel\Video;
use Livewire\Component;
use LivewireUI\Modal\ModalComponent;

class UnBanVideo extends ModalComponent
Expand Down
1 change: 0 additions & 1 deletion app/Http/Livewire/Backend/Channel/Modal/ViewVideo.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace App\Http\Livewire\Backend\Channel\Modal;

use App\Models\Channel\Video;
use Livewire\Component;
use LivewireUI\Modal\ModalComponent;

class ViewVideo extends ModalComponent
Expand Down
3 changes: 0 additions & 3 deletions app/Http/Livewire/Backend/Channel/Table/ChannelsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
namespace App\Http\Livewire\Backend\Channel\Table;

use App\Models\Channel\Channel;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Relations\Relation;
use Livewire\Component;
use Rappasoft\LaravelLivewireTables\DataTableComponent;
use Rappasoft\LaravelLivewireTables\Views\Column;

Expand Down
3 changes: 0 additions & 3 deletions app/Http/Livewire/Backend/Channel/Table/UsersTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
namespace App\Http\Livewire\Backend\Channel\Table;

use App\Models\Auth\User;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Relations\Relation;
use Livewire\Component;
use Rappasoft\LaravelLivewireTables\DataTableComponent;
use Rappasoft\LaravelLivewireTables\Views\Column;

Expand Down
3 changes: 0 additions & 3 deletions app/Http/Livewire/Backend/Channel/Table/VideosTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
namespace App\Http\Livewire\Backend\Channel\Table;

use App\Models\Channel\Video;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Relations\Relation;
use Livewire\Component;
use Rappasoft\LaravelLivewireTables\DataTableComponent;
use Rappasoft\LaravelLivewireTables\Views\Column;

Expand Down

0 comments on commit 3ee94fb

Please sign in to comment.