@@ -56,13 +56,11 @@ |
||
| 56 | 56 | * @class PlatineFileSystem |
| 57 | 57 | * @package Platine\Dev |
| 58 | 58 | */ |
| 59 | -class PlatineFileSystem extends FileSystem |
|
| 60 | -{ |
|
| 59 | +class PlatineFileSystem extends FileSystem { |
|
| 61 | 60 | /** |
| 62 | 61 | * Create new instance |
| 63 | 62 | */ |
| 64 | - public function __construct() |
|
| 65 | - { |
|
| 63 | + public function __construct() { |
|
| 66 | 64 | $this->scheme = 'platine-php'; |
| 67 | 65 | |
| 68 | 66 | /* injecting components */ |