Completed
Push — master ( 1d84c4...8246ca )
by Sergey
03:13
created
src/PinterestBot.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
      */
89 89
     protected function _addProvider($provider)
90 90
     {
91
-        $class = self::PROVIDERS_NAMESPACE . ucfirst($provider);
91
+        $class = self::PROVIDERS_NAMESPACE.ucfirst($provider);
92 92
 
93 93
         if ( ! class_exists($class)) {
94 94
             throw new InvalidRequestException;
Please login to merge, or discard this patch.