for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Hhxsv5\LaravelS\Illuminate\Cleaners;
class ConfigCleaner extends BaseCleaner
{
public function clean()
$this->currentApp['config']->set($this->snapshotApp['config']->all());
}