refactor(auth): replace myth/auth with codeigniter/shield + define new roles

closes #222
This commit is contained in:
Yassine Doghri 2022-10-15 11:22:08 +00:00
commit c1287cbe6c
213 changed files with 3366 additions and 3204 deletions

View file

@ -77,7 +77,7 @@ class SoundbiteController extends BaseController
];
replace_breadcrumb_params([
0 => $this->podcast->title,
0 => $this->podcast->at_handle,
1 => $this->episode->title,
]);
return view('episode/soundbites_list', $data);
@ -93,7 +93,7 @@ class SoundbiteController extends BaseController
];
replace_breadcrumb_params([
0 => $this->podcast->title,
0 => $this->podcast->at_handle,
1 => $this->episode->title,
]);
return view('episode/soundbites_new', $data);