Stolz / Assets

An ultra-simple-to-use assets management library for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'php artisan asset:flush' doesn't support multitenancy feature

RuslanGetmansky opened this issue · comments

FlushPipelineCommand::fire() tries to take pipeline_dir, css_dir and js_dir from config without taking in account groups here:
https://github.com/Stolz/Assets/blob/master/src/Laravel/FlushPipelineCommand.php#L35

commented

@RuslanGetmansky , thanks for reporting the problem. It is fixed now.