| Conditions | 2 |
| Paths | 2 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | public function __construct( |
||
| 30 | $serviceDir, |
||
| 31 | $cacheDir |
||
| 32 | ) { |
||
| 33 | $this->dirService = $serviceDir; |
||
| 34 | if (strpos($this->dirService, 'vendor/graviton/graviton') ) { |
||
|
|
|||
| 35 | $this->dirService = str_replace('vendor/graviton/graviton/', '', $this->dirService); |
||
| 36 | } |
||
| 37 | $this->dirCache = $cacheDir; |
||
| 38 | } |
||
| 39 | |||
| 53 | } |