Skip to content
This repository was archived by the owner on Aug 17, 2019. It is now read-only.

Commit 5713e06

Browse files
committed
修改一个在Linux下的bug
1 parent 7d72b37 commit 5713e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Repositories/Eloquent/AdminUserRepositoryEloquent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Prettus\Repository\Eloquent\BaseRepository;
77
use Prettus\Repository\Criteria\RequestCriteria;
88
use App\Repositories\Contracts\AdminUserRepository as AdminUserRepositoryInterface;
9-
use App\models\AdminUser;
9+
use App\Models\AdminUser;
1010
use Hash;
1111

1212
/**

0 commit comments

Comments
 (0)