Skip to content

Commit

Permalink
php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Sep 7, 2023
1 parent 30d6efb commit e95f99c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bootstrap/bootstrap.php
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassExtensionLhctelegram {

public function __construct() {
Expand Down
2 changes: 1 addition & 1 deletion classes/erlhcoreclassmodeltelegrambot.php
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassModelTelegramBot
{
use erLhcoreClassDBTrait;
Expand Down
2 changes: 1 addition & 1 deletion classes/erlhcoreclassmodeltelegrambotdep.php
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassModelTelegramBotDep
{
use erLhcoreClassDBTrait;
Expand Down
2 changes: 1 addition & 1 deletion classes/erlhcoreclassmodeltelegramchat.php
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassModelTelegramChat
{
use erLhcoreClassDBTrait;
Expand Down
2 changes: 1 addition & 1 deletion classes/erlhcoreclassmodeltelegramlead.php
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassModelTelegramLead
{
use erLhcoreClassDBTrait;
Expand Down
2 changes: 1 addition & 1 deletion classes/erlhcoreclassmodeltelegramoperator.php
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassModelTelegramOperator
{
use erLhcoreClassDBTrait;
Expand Down
2 changes: 1 addition & 1 deletion classes/erlhcoreclassmodeltelegramsignature.php
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassModelTelegramSignature
{
use erLhcoreClassDBTrait;
Expand Down
2 changes: 1 addition & 1 deletion classes/erlhcoreclasstelegramvalidator.php
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassTelegramValidator
{
public static function validateBot(erLhcoreClassModelTelegramBot & $item)
Expand Down

0 comments on commit e95f99c

Please sign in to comment.