Completed
Push — master ( a15e69...5fe226 )
by Adrian
15:41 queued 11:35
created
src/Abstractor/Eloquent/Model.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,6 @@
 block discarded – undo
16 16
 use Anavel\Crud\Abstractor\Exceptions\AbstractorException;
17 17
 use Illuminate\Http\Request;
18 18
 use Illuminate\Support\Collection;
19
-use League\Flysystem\Adapter\Local;
20
-use League\Flysystem\Filesystem;
21 19
 
22 20
 class Model implements ModelAbstractorContract
23 21
 {
Please login to merge, or discard this patch.
src/Abstractor/Eloquent/Traits/HandleFiles.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      * @param Request $request
16 16
      * @param Model $item
17 17
      * @param array $fields
18
-     * @param $groupName
18
+     * @param string $groupName
19 19
      * @param $fieldName
20 20
      * @param bool $mustDeleteFilesInFilesystem
21 21
      * @return array
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 namespace Anavel\Crud\Abstractor\Eloquent\Traits;
5 5
 
6 6
 use Illuminate\Database\Eloquent\Model;
7
-use Illuminate\Support\Facades\App;
8 7
 use League\Flysystem\Adapter\Local;
9 8
 use League\Flysystem\Filesystem;
10 9
 use Illuminate\Http\Request;
Please login to merge, or discard this patch.