publish datasets with authors

This commit is contained in:
Arno Kaimbacher 2018-10-18 16:51:46 +02:00
parent ccff83fa66
commit fde8f76b7c
19 changed files with 451 additions and 324 deletions

View file

@ -58,8 +58,8 @@ class RoleController extends Controller
}
return redirect()
->route('access.role.index')
->with('success', 'Role has been created successfully');
->route('access.role.index')
->with('success', 'Role has been created successfully');
}
/**