mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various messy code.
This commit is contained in:
@@ -30,8 +30,8 @@ class UserSchema extends Schema
|
||||
{
|
||||
return [
|
||||
ID::make(),
|
||||
DateTime::make('createdAt')->sortable()->readOnly(),
|
||||
DateTime::make('updatedAt')->sortable()->readOnly(),
|
||||
DateTime::make('created_at')->sortable()->readOnly(),
|
||||
DateTime::make('created_at')->sortable()->readOnly(),
|
||||
HasMany::make('accounts'),
|
||||
];
|
||||
}
|
||||
@@ -57,9 +57,4 @@ class UserSchema extends Schema
|
||||
{
|
||||
return PagePagination::make();
|
||||
}
|
||||
public function authorizable(): bool
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user