From baaa39c1fa445bc2c707d285c5b4c486444e6527 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 7 Jun 2023 15:45:44 +1000 Subject: [PATCH] Fixes for props --- app/Mail/Admin/EntitySentObject.php | 2 +- app/Models/CompanyUser.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */