Completed
Push — master ( b41b74...318069 )
by Oscar
01:33
created
src/Entities/SimpleCrud.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Folk\SearchQuery;
6 6
 use SimpleCrud\Table;
7 7
 use SimpleCrud\Row;
8
-use SimpleCrud\Scheme\Scheme;
9 8
 use SimpleCrud\Queries\Query;
10 9
 
11 10
 abstract class SimpleCrud extends AbstractEntity
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
             }
204 204
 
205 205
             if (in_array($name, $tables)) {
206
-                $relations[$name] = (array) $value;
206
+                $relations[$name] = (array)$value;
207 207
             }
208 208
         }
209 209
 
Please login to merge, or discard this patch.