Fixes for props

This commit is contained in:
David Bomba 2023-06-07 15:45:44 +10:00
parent cf5b2f6bfd
commit baaa39c1fa
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ class EntitySentObject
protected $use_react_url; protected $use_react_url;
public function __construct($invitation, $entity_type, $template, use_react_url) public function __construct($invitation, $entity_type, $template, $use_react_url)
{ {
$this->invitation = $invitation; $this->invitation = $invitation;
$this->entity_type = $entity_type; $this->entity_type = $entity_type;

View File

@ -205,7 +205,7 @@ class CompanyUser extends Pivot
} }
/** /**
* Determines if the notifications should be React of Flutter links * Determines if the notifications should be React or Flutter links
* *
* @return bool * @return bool
*/ */