1 | <?php |
||
2 | |||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
3 | namespace Hhxsv5\LaravelS\Illuminate\Cleaners; |
||
4 | |||
5 | class ConfigCleaner extends BaseCleaner |
||
0 ignored issues
–
show
|
|||
6 | { |
||
7 | public function clean() |
||
0 ignored issues
–
show
|
|||
8 | { |
||
9 | $this->currentApp['config']->set($this->snapshotApp['config']->all()); |
||
10 | } |
||
11 | } |