Skip to content

Commit

Permalink
chore: 🔥 remove datatablessortable trait
Browse files Browse the repository at this point in the history
  • Loading branch information
IceToast committed Feb 16, 2023
1 parent aefa5ba commit 82887c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
4 changes: 0 additions & 4 deletions app/Http/Controllers/Admin/ServerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use App\Http\Controllers\Controller;
use App\Models\Server;
use App\Models\User;
use App\Traits\DatatablesSortable;
use Exception;
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Contracts\View\Factory;
Expand All @@ -16,12 +15,9 @@
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Illuminate\Support\Facades\Log;
use Yajra\DataTables\DataTables;

class ServerController extends Controller
{
use DatatablesSortable;

/**
* Display a listing of the resource.
*
Expand Down
21 changes: 0 additions & 21 deletions app/Traits/DatatablesSortable.php

This file was deleted.

0 comments on commit 82887c0

Please sign in to comment.