This commit is contained in:
Graham Campbell
2014-12-28 16:07:18 +00:00
parent b659d85673
commit 540f9aa538
21 changed files with 2 additions and 20 deletions

View File

@@ -10,6 +10,7 @@ class IsSetupFilter
return Redirect::to('/dashboard');
}
} catch (Exception $e) {
// do nothing
}
}
}