Skip to content

Commit

Permalink
clean unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Jan 10, 2022
1 parent bffc832 commit 30b75da
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Actions/ResponseAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,11 @@

class ResponseAction extends ActionAbstract
{
/**
* @var \Illuminate\Database\Eloquent\Model
*/
protected $user;

protected $httpResponse;

protected $guard;

/**
* Constructor to action.
*
* @param \Illuminate\Database\Eloquent\Model $user
* @param mixed $httpResponse
*/
public function __construct($httpResponse = null)
Expand Down

0 comments on commit 30b75da

Please sign in to comment.