Completed
Pull Request — master (#6)
by Christopher
23:28 queued 08:27
created
src/Query/LaravelExpressionProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 
13 13
 class LaravelExpressionProvider implements IExpressionProvider
14 14
 {
15
-  const ADD = '+';
15
+    const ADD = '+';
16 16
     const CLOSE_BRACKET = ')';
17 17
     const COMMA = ',';
18 18
     const DIVIDE = '/';
Please login to merge, or discard this patch.