| Total Complexity | 4 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class CreateDefaultFolder |
||
| 10 | { |
||
| 11 | private $lfm; |
||
| 12 | private $helper; |
||
| 13 | |||
| 14 | public function __construct() |
||
| 15 | { |
||
| 16 | $this->lfm = app(LfmPath::class); |
||
|
|
|||
| 17 | $this->helper = app(Lfm::class); |
||
| 18 | } |
||
| 19 | |||
| 20 | public function handle($request, Closure $next) |
||
| 26 | } |
||
| 27 | |||
| 28 | private function checkDefaultFolderExists($type = 'share') |
||
| 37 |