Test Setup Failed
Branch master (0508c1)
by Chimezie
03:13
created
Category
src/PaystackServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      */
27 27
     public function register()
28 28
     {
29
-        $this->app->singleton('paystack-laravel', function ($app) {
29
+        $this->app->singleton('paystack-laravel', function($app) {
30 30
             $config = $app['config']->get('paystack');
31 31
 
32 32
             if (!$config) {
Please login to merge, or discard this patch.