Skip to content

Commit c82d11e

Browse files
committed
wip
1 parent 488d346 commit c82d11e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Commands/stubs/user-repository.stub

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,8 @@ use Illuminate\Support\Facades\Hash;
88

99
class UserRepository extends Repository
1010
{
11-
/**
12-
* The model the repository corresponds to.
13-
*
14-
* @var string
15-
*/
1611
public static $model = 'App\\Models\\User';
1712

18-
/**
19-
* @param RestifyRequest $request
20-
* @return array
21-
*/
2213
public function fields(RestifyRequest $request)
2314
{
2415
return [

0 commit comments

Comments
 (0)