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
The namespace for the Topicable model is currently 'namespace App\Models;but should benamespace Harishdurga\LaravelQuiz\Models;` like the others in the package so it could be accessed elsewhere.
For example, you cannot run Topicable::truncate();