Skip to content

Commit be51307

Browse files
committed
Fix model collection name
1 parent 64b8543 commit be51307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Item extends Eloquent {
66

7-
protected $collection = 'roles';
7+
protected $collection = 'items';
88
protected static $unguarded = true;
99

1010
public function user()

0 commit comments

Comments
 (0)