Mark DocumentationCategoryContentService as readonly.
This commit is contained in:
@@ -13,7 +13,7 @@ use App\Services\ProjectTranslationServiceHash\CompletionChecker;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use KorElf\TranslateLaravel\Contracts\TranslationCompletedListener;
|
||||
|
||||
final class DocumentationCategoryContentService implements TranslationCompletedListener
|
||||
final readonly class DocumentationCategoryContentService implements TranslationCompletedListener
|
||||
{
|
||||
public function __construct(
|
||||
private DocumentationCategoryRepository $categoryRepository,
|
||||
|
Reference in New Issue
Block a user