Completed
Pull Request — master (#206)
by
unknown
02:31
created
src/Filter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     /**
55 55
      * Returns filters value.
56 56
      *
57
-     * @return mixed
57
+     * @return string
58 58
      */
59 59
     public function getValue()
60 60
     {
Please login to merge, or discard this patch.
src/EloquentDataProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Nayjest\Grids;
3 3
 
4 4
 use Illuminate\Database\Eloquent\Builder;
5
-use Event;
6 5
 use Illuminate\Foundation\Application;
7 6
 use Illuminate\Support\Collection;
8 7
 
Please login to merge, or discard this patch.