@@ -6,10 +6,10 @@ |
||
6 | 6 | |
7 | 7 | class PaystackFacade extends Facade { |
8 | 8 | /** |
9 | - * Get the registered name of the component. |
|
10 | - * |
|
11 | - * @return string |
|
12 | - */ |
|
9 | + * Get the registered name of the component. |
|
10 | + * |
|
11 | + * @return string |
|
12 | + */ |
|
13 | 13 | protected static function getFacadeAccessor() |
14 | 14 | { |
15 | 15 | return 'laravel-paystack'; |
@@ -119,7 +119,7 @@ |
||
119 | 119 | |
120 | 120 | throw new isNullException("Empty method not allowed"); |
121 | 121 | |
122 | - }else{ |
|
122 | + } else{ |
|
123 | 123 | |
124 | 124 | $this->response = $this->client->{strtolower($method)}($this->baseUrl . $relativeUrl, $body); |
125 | 125 |