mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for props
This commit is contained in:
parent
cf5b2f6bfd
commit
baaa39c1fa
@ -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;
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user