Remove template

This commit is contained in:
James Cole
2023-09-25 20:20:23 +02:00
parent 891883c8c2
commit 3e6aca4cd1
4 changed files with 25 additions and 216 deletions

View File

@@ -117,6 +117,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @property int $the_count
* @property int|null $user_group_id
* @method static EloquentBuilder|TransactionJournal whereUserGroupId($value)
* @property-read Collection<int, \FireflyIII\Models\AuditLogEntry> $auditLogEntries
* @property-read int|null $audit_log_entries_count
* @mixin Eloquent
*/
class TransactionJournal extends Model