Skip to content

Commit 30b75da

Browse files
committed
clean unused property
1 parent bffc832 commit 30b75da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Actions/ResponseAction.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,11 @@
1010

1111
class ResponseAction extends ActionAbstract
1212
{
13-
/**
14-
* @var \Illuminate\Database\Eloquent\Model
15-
*/
16-
protected $user;
17-
1813
protected $httpResponse;
1914

20-
protected $guard;
21-
2215
/**
2316
* Constructor to action.
2417
*
25-
* @param \Illuminate\Database\Eloquent\Model $user
2618
* @param mixed $httpResponse
2719
*/
2820
public function __construct($httpResponse = null)

0 commit comments

Comments
 (0)