We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b8543 commit be51307Copy full SHA for be51307
tests/models/Item.php
@@ -4,7 +4,7 @@
4
5
class Item extends Eloquent {
6
7
- protected $collection = 'roles';
+ protected $collection = 'items';
8
protected static $unguarded = true;
9
10
public function user()
0 commit comments