Passed
Push — master ( c219b3...31e03b )
by Nasrul Hazim
01:47
created
src/Database/Schema/macros/acceptance.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 
30 30
 Blueprint::macro('by', function($table, $key = null, $nullable = true, $bigInteger = false, $suffix = '_by') {
31 31
     return $this->addForeign($table, [
32
-        'fk'         => (! is_null($key) ? $key . $suffix : null),
32
+        'fk'         => ( ! is_null($key) ? $key . $suffix : null),
33 33
         'nullable'   => $nullable,
34 34
         'bigInteger' => $bigInteger,
35 35
     ]);
Please login to merge, or discard this patch.