Wizard Taxes step finish

This commit is contained in:
cuneytsenturk
2018-10-25 16:41:43 +03:00
parent 5f00757142
commit 618ff1ccc8
6 changed files with 269 additions and 136 deletions

View File

@ -35,6 +35,10 @@ class Currencies extends Controller
*/
public function create()
{
if (setting(setting('general.wizard', false))) {
return redirect('/');
}
// Get current currencies
$current = Currency::pluck('code')->toArray();