Skip to content

Commit

Permalink
fix issue #66 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb authored Jul 21, 2022
1 parent 46a0f55 commit 82c82f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestSupport/CustomAutenticable.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class CustomAutenticable implements Authenticatable
{
private $id;
public $id;

public function __construct($id)
{
Expand Down

0 comments on commit 82c82f9

Please sign in to comment.