Test Setup Failed
Push — master ( 4f7805...cdbc67 )
by Xu
04:30
created
src/notifications/NotificationTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      */
57 57
     public function exportFor($channel)
58 58
     {
59
-        if (method_exists($this, $method = 'exportFor'.Inflector::camelize($channel))) {
59
+        if (method_exists($this, $method = 'exportFor' . Inflector::camelize($channel))) {
60 60
             return $this->{$method}();
61 61
         }
62 62
         throw new \InvalidArgumentException("Can not find message export for chanel `{$channel}`");
Please login to merge, or discard this patch.