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');
}