Admin panel v1

This commit is contained in:
Ralph J. Smit
2022-08-05 18:11:23 +02:00
parent d89482c4aa
commit 9d1b12b0a3
62 changed files with 2010 additions and 577 deletions

View File

@@ -119,7 +119,7 @@ class ServerResource extends Resource
{
return parent::getEloquentQuery()
->with(['users'])
->withCount('sites');
->withCount(['sites']);
}
public static function getRelations(): array