Browse Source

update

update
jqh 5 years ago
parent
commit
fc3a0c3d68
2 changed files with 0 additions and 3 deletions
  1. 0 1
      composer.json
  2. 0 2
      tests/Controllers/UserController.php

+ 0 - 1
composer.json

@@ -26,7 +26,6 @@
         "phpunit/phpunit": "^7.5",
         "fzaninotto/faker": "^1.4",
         "mockery/mockery": "^1.0",
-        "dcat/easy-excel": "^1.0",
         "matt-allan/laravel-code-style": "^0.3.0"
     },
     "autoload": {

+ 0 - 2
tests/Controllers/UserController.php

@@ -118,8 +118,6 @@ class UserController extends Controller
         $grid->created_at();
         $grid->updated_at();
 
-        $grid->export();
-
         $grid->filter(function (Grid\Filter $filter) {
             $filter->equal('id');
             $filter->like('username');