← All changes
|
backend/src/System/Contracts/ServiceProviderAbstract.php
+29
-29
1.5.5
→
1.4.7
View file →
| @@ -1,29 +1,29 @@ | ||
| 1 | -<?php | |
| 2 | - | |
| 3 | - | |
| 4 | -namespace FL\Assistant\System\Contracts; | |
| 5 | - | |
| 6 | - | |
| 7 | -use FL\Assistant\System\Container\Injector; | |
| 8 | - | |
| 9 | -/** | |
| 10 | - * Class ServiceProviderAbstract | |
| 11 | - * @package FL\Assistant\System\Contracts | |
| 12 | - */ | |
| 13 | -abstract class ServiceProviderAbstract { | |
| 14 | - /** | |
| 15 | - * @var Injector | |
| 16 | - */ | |
| 17 | - protected $injector; | |
| 18 | - | |
| 19 | - /** | |
| 20 | - * ServiceProviderAbstract constructor. | |
| 21 | - * | |
| 22 | - * @param Injector $injector | |
| 23 | - */ | |
| 24 | - public function __construct( Injector $injector ) { | |
| 25 | - $this->injector = $injector; | |
| 26 | - } | |
| 27 | - | |
| 28 | - abstract public function bootstrap(); | |
| 29 | -} | |
| 1 | +<?php | |
| 2 | + | |
| 3 | + | |
| 4 | +namespace FL\Assistant\System\Contracts; | |
| 5 | + | |
| 6 | + | |
| 7 | +use FL\Assistant\System\Container\Injector; | |
| 8 | + | |
| 9 | +/** | |
| 10 | + * Class ServiceProviderAbstract | |
| 11 | + * @package FL\Assistant\System\Contracts | |
| 12 | + */ | |
| 13 | +abstract class ServiceProviderAbstract { | |
| 14 | + /** | |
| 15 | + * @var Injector | |
| 16 | + */ | |
| 17 | + protected $injector; | |
| 18 | + | |
| 19 | + /** | |
| 20 | + * ServiceProviderAbstract constructor. | |
| 21 | + * | |
| 22 | + * @param Injector $injector | |
| 23 | + */ | |
| 24 | + public function __construct( Injector $injector ) { | |
| 25 | + $this->injector = $injector; | |
| 26 | + } | |
| 27 | + | |
| 28 | + abstract public function bootstrap(); | |
| 29 | +} | |