Skip to content

Commit 47543d4

Browse files
committed
Clarify
1 parent c043593 commit 47543d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/ActiveUser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ActiveUser extends \BNETDocs\Models\Core\Errorable implements \JsonSeriali
1212
public ?\BNETDocs\Libraries\User\User $active_user = null;
1313

1414
/**
15-
* When constructed, sets the $active_user to that of the Authentication::$user value.
15+
* Sets the $active_user to that of the Authentication::$user value.
1616
* Child classes that override __construct() must call parent::__construct().
1717
*/
1818
public function __construct()

0 commit comments

Comments
 (0)