Commit be513076 authored by Jens Segers's avatar Jens Segers

Fix model collection name

parent 64b85438
......@@ -4,7 +4,7 @@ use Jenssegers\Mongodb\Model as Eloquent;
class Item extends Eloquent {
protected $collection = 'roles';
protected $collection = 'items';
protected static $unguarded = true;
public function user()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment