mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 08:12:17 +01:00
Added time entry api endpoints; Increased phpstan level; renamed to solidtime
This commit is contained in:
@@ -36,6 +36,8 @@ class OrganizationInvitation extends JetstreamTeamInvitation
|
||||
|
||||
/**
|
||||
* Get the organization that the invitation belongs to.
|
||||
*
|
||||
* @return BelongsTo<Organization, OrganizationInvitation>
|
||||
*/
|
||||
public function organization(): BelongsTo
|
||||
{
|
||||
@@ -44,6 +46,8 @@ class OrganizationInvitation extends JetstreamTeamInvitation
|
||||
|
||||
/**
|
||||
* Get the organization that the invitation belongs to.
|
||||
*
|
||||
* @return BelongsTo<Organization, OrganizationInvitation>
|
||||
*/
|
||||
public function team(): BelongsTo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user