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();
The text was updated successfully, but these errors were encountered:
@harishdurga happy to create a pull request for a fix for this if you want but figured it would be easiest for you if you just made the modification with whatever else you are doing in your next release. If not, let me know and I'll take care of it.
The namespace for the Topicable model is currently 'namespace App\Models;
but should be
namespace Harishdurga\LaravelQuiz\Models;` like the others in the package so it could be accessed elsewhere.For example, you cannot run
Topicable::truncate();
The text was updated successfully, but these errors were encountered: