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

This commit is contained in:
Mazarin
2023-02-27 05:15:46 -05:00
committed by GitHub
parent bc898e1efb
commit 227cdffc26
387 changed files with 801 additions and 3645 deletions
-4
View File
@@ -25,8 +25,6 @@ class ModuleRow extends Model
/**
* Get the module associated with the module.
*
* @return BelongsTo
*/
public function module(): BelongsTo
{
@@ -35,8 +33,6 @@ class ModuleRow extends Model
/**
* Get the module row fields associated with the module.
*
* @return HasMany
*/
public function fields(): HasMany
{