@@ -118,7 +118,7 @@ |
||
| 118 | 118 | |
| 119 | 119 | if (!function_exists('notFoundPage')) { |
| 120 | 120 | |
| 121 | - function notFoundPage() |
|
| 121 | + function notFoundPage() |
|
| 122 | 122 | { |
| 123 | 123 | $notfound = 'Website\Notfound'; |
| 124 | 124 | |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | * PHPMailer Object |
| 21 | 21 | * |
| 22 | 22 | * @var PHPMailer |
| 23 | - */ |
|
| 23 | + */ |
|
| 24 | 24 | private $mail; |
| 25 | 25 | |
| 26 | 26 | /** |
@@ -40,11 +40,11 @@ |
||
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | /** |
| 43 | - * Call the methods from Database Object |
|
| 44 | - * |
|
| 45 | - * @param $method |
|
| 46 | - * @param $atgs |
|
| 47 | - */ |
|
| 43 | + * Call the methods from Database Object |
|
| 44 | + * |
|
| 45 | + * @param $method |
|
| 46 | + * @param $atgs |
|
| 47 | + */ |
|
| 48 | 48 | public function __call($method, $args) |
| 49 | 49 | { |
| 50 | 50 | return call_user_func_array([$this->app->db, $method], $args); |