diff --git a/app/Mail/Admin/EntitySentObject.php b/app/Mail/Admin/EntitySentObject.php index c4337862f64b..469830f8b532 100644 --- a/app/Mail/Admin/EntitySentObject.php +++ b/app/Mail/Admin/EntitySentObject.php @@ -38,7 +38,7 @@ class EntitySentObject 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->entity_type = $entity_type; diff --git a/app/Models/CompanyUser.php b/app/Models/CompanyUser.php index 1cc42e1a7769..c07e2ed6a78a 100644 --- a/app/Models/CompanyUser.php +++ b/app/Models/CompanyUser.php @@ -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 */