You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
When I register, login, and nav to /challenges, I get the following error:
Call to undefined method App\DataTables\ChallengeDataTable::render()
app/Http/Controllers/ChallengeController.php:32
When I check app/DataTables/ChallengeDataTables I can see the render function isn't there, and it doesn't seem to extend anything. Am I missing something?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using Laravel 8, and the instructions here:
https://infyom.com/open-source/laravelgenerator/docs/8.0/stisla-templates
and the following to generate the scaffolds:
artisan infyom:api_scaffold Challenge --factory --fromTable --tableName=challenges --ignoreFields=created_by,updated_by,deleted_by,created_at,updated_at,deleted_at --jqueryDT
When I register, login, and nav to /challenges, I get the following error:
Call to undefined method App\DataTables\ChallengeDataTable::render()
app/Http/Controllers/ChallengeController.php:32
When I check app/DataTables/ChallengeDataTables I can see the render function isn't there, and it doesn't seem to extend anything. Am I missing something?
The text was updated successfully, but these errors were encountered: