@@ -13,7 +13,7 @@ |
||
13 | 13 | { |
14 | 14 | protected $blade; |
15 | 15 | |
16 | - public $framework , $request , $response , $params; |
|
16 | + public $framework, $request, $response, $params; |
|
17 | 17 | |
18 | 18 | /** |
19 | 19 | * Controller constructor. |
@@ -6,7 +6,7 @@ |
||
6 | 6 | |
7 | 7 | class Paginate extends Controller |
8 | 8 | { |
9 | - public $perPage, $currentPage, $total , $maxPage , $items , $skip; |
|
9 | + public $perPage, $currentPage, $total, $maxPage, $items, $skip; |
|
10 | 10 | |
11 | 11 | /** |
12 | 12 | * Paginate constructor. |
@@ -7,7 +7,7 @@ |
||
7 | 7 | |
8 | 8 | class Migration extends MigrationDatabase |
9 | 9 | { |
10 | - public $schema , $application; |
|
10 | + public $schema, $application; |
|
11 | 11 | |
12 | 12 | public function __construct() |
13 | 13 | { |
@@ -14,7 +14,7 @@ |
||
14 | 14 | class Application |
15 | 15 | { |
16 | 16 | public $capsuleDb = []; |
17 | - public $cache , $session , $di; |
|
17 | + public $cache, $session, $di; |
|
18 | 18 | private static $instance; |
19 | 19 | |
20 | 20 | public function __construct() |