Test Setup Failed
Push — master ( 2bfbc4...22d24e )
by Xu
04:19
created
src/notifications/NotificationTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      */
51 51
     public function exportFor($channel)
52 52
     {
53
-        if (method_exists($this, $method = 'exportFor'.Inflector::id2camel($channel))) {
53
+        if (method_exists($this, $method = 'exportFor' . Inflector::id2camel($channel))) {
54 54
             return $this->{$method}();
55 55
         }
56 56
         throw new \InvalidArgumentException("Can not find message export for chanel `{$channel}`");
Please login to merge, or discard this patch.