add autocounter

This commit is contained in:
2024-10-29 19:41:04 +05:00
parent 3eadd3c69b
commit efd49ae392
7 changed files with 38 additions and 2 deletions

View File

@@ -11,6 +11,6 @@ class CreateIncomingLetter extends CreateRecord
protected function getRedirectUrl(): string
{
return static::getResource()::getUrl('index');
return $this->getResource()::getUrl('index');
}
}