Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2017-04-22 04:40:35 +0300
committerGitHub <noreply@github.com>2017-04-22 04:40:35 +0300
commit3e3f416bd0de68b86ad3b9df80f65999220fb98e (patch)
tree22233af0d2c20b00283c8d87d785c863145923fa /app
parent1324554d68f132740414b0bdfc7b7752d2c3b9d6 (diff)
Remove DataTables import from AdminController
DataTables tables are handled by AdminPaginationController
Diffstat (limited to 'app')
-rw-r--r--app/Http/Controllers/AdminController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Http/Controllers/AdminController.php b/app/Http/Controllers/AdminController.php
index 1902bab..d27a982 100644
--- a/app/Http/Controllers/AdminController.php
+++ b/app/Http/Controllers/AdminController.php
@@ -1,7 +1,6 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
-use Yajra\Datatables\Facades\Datatables;
use Hash;
use App\Models\Link;