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
Unknown repository type "Mongo". Make sure you register a type before trying to use it.
When i try to add an article.
Coming from this function in the controller:
public function beforeFilter(Event $event)
{
parent::beforeFilter($event);
// Load the Collection using the 'Mongo' provider.
$this->loadModel('Articles', 'Mongo');
}
The text was updated successfully, but these errors were encountered:
Unknown repository type "Mongo". Make sure you register a type before trying to use it.
When i try to add an article.
Coming from this function in the controller:
public function beforeFilter(Event $event)
{
parent::beforeFilter($event);
// Load the Collection using the 'Mongo' provider.
$this->loadModel('Articles', 'Mongo');
}
The text was updated successfully, but these errors were encountered: