You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?= \Yii::t('skeeks/cms', 'Add'); ?> - not all project use skeeks cms, if you use clear yii2 you will get error: Unable to locate message source for category 'skeeks/cms'.
Please don't use Short Tags '<?' by default is disabled, and from PHP7.4 is deprecate, in PHP 8 will be removed
The text was updated successfully, but these errors were encountered:
Hi, useful extension, thx... but some ideas:
<?= \Yii::t('skeeks/cms', 'Add'); ?>
- not all project use skeeks cms, if you use clear yii2 you will get error: Unable to locate message source for category 'skeeks/cms'.'<?'
by default is disabled, and from PHP7.4 is deprecate, in PHP 8 will be removedThe text was updated successfully, but these errors were encountered: