chore: upgrade to laravel 10 (monicahq/chandler#432)

This commit is contained in:
Mazarin
2023-02-27 11:15:46 +01:00
committed by GitHub
parent bc898e1efb
commit 227cdffc26
387 changed files with 801 additions and 3645 deletions
-4
View File
@@ -43,8 +43,6 @@ class RelationshipGroupType extends Model
/**
* Get the account associated with the relationship type.
*
* @return BelongsTo
*/
public function account(): BelongsTo
{
@@ -53,8 +51,6 @@ class RelationshipGroupType extends Model
/**
* Get the account associated with the relationship type.
*
* @return HasMany
*/
public function types(): HasMany
{