bug: Podcast::myPodcasts does not exist
Describe the bug
Open /cp-admin/my-podcasts/ in web browser.
Steps to reproduce
- Open /cp-admin/my-podcasts/ in web browser.
- Look at error 500
Expected behavior
I have no clue.
Actual behavior
Error
Call to undefined method App\Controllers\Admin\Podcast::myPodcasts()
Relevant logs and/or screenshots
Context
- Castopod: alpha31
- OS: Ubuntu 20.10
- Browser: all
- Web server: spark
Possible fixes
Delete line 84 in Config/Routes.php?
$routes->get('my-podcasts', 'Podcast::myPodcasts', [
'as' => 'my-podcasts',
]);
Edited by Benjamin Bellamy