Example #1
0
 public function index()
 {
     MConfig::where('type', '=', 'minify')->delete();
     return new Redirection('/admin');
 }