Skip to content

Commit 2352971

Browse files
authored
Update UserRepository.php
1 parent 84954a5 commit 2352971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/app/Http/Repositories/UserRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ class UserRepository extends Repository {
1111
*
1212
* @var \PPSpaces\Tests\App\User
1313
*/
14-
protected $model = "PPSpaces\Tests\App\User";
14+
protected $model = "\PPSpaces\Tests\App\User";
1515

1616
}

0 commit comments

Comments
 (0)