Clean up code and comments.

This commit is contained in:
James Cole
2023-02-22 18:14:14 +01:00
parent e6dc881f56
commit e421b29b01
249 changed files with 647 additions and 1044 deletions

View File

@@ -117,7 +117,6 @@ class Category extends Model
}
/**
* @return BelongsTo
*/
public function user(): BelongsTo
@@ -126,7 +125,6 @@ class Category extends Model
}
/**
* @return MorphMany
*/
public function attachments(): MorphMany
@@ -135,7 +133,6 @@ class Category extends Model
}
/**
* Get all of the category's notes.
*/
public function notes(): MorphMany
@@ -144,7 +141,6 @@ class Category extends Model
}
/**
* @return BelongsToMany
*/
public function transactionJournals(): BelongsToMany
@@ -153,7 +149,6 @@ class Category extends Model
}
/**
* @return BelongsToMany
*/
public function transactions(): BelongsToMany