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
-6
View File
@@ -89,8 +89,6 @@ class Module extends Model
/**
* Get the account associated with the template.
*
* @return BelongsTo
*/
public function account(): BelongsTo
{
@@ -99,8 +97,6 @@ class Module extends Model
/**
* Get the module rows associated with the module.
*
* @return HasMany
*/
public function rows(): HasMany
{
@@ -109,8 +105,6 @@ class Module extends Model
/**
* Get the template pages associated with the module.
*
* @return BelongsToMany
*/
public function templatePages(): BelongsToMany
{