-
Статья
deleted
- Автор xenforo2
- RSS Feed XenForo
- 0 Ответы
Гость, Подпишись на "Премиум" грппу всего за
Количество купонов ограничено... Предложение действует с 17.01.2025 до 25.01.2025!
Оформить подпискуПосмотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на главный экран.
Примечание: Эта функция может быть недоступна в некоторых браузерах.
PHP Fatal error: Declaration of Symfony\Component\Cache\CacheItem::get() must be compatible with Psr\Cache\CacheItemInterface::get(): mixed
Click to expand...
Simple addon that will remove the reactions from the What's New Latest Activity page.
Click to expand...
//Update thread details and close thread
$theThread->custom_fields->set('otbOrderState', 'bin', 'admin', true);
$theThread->custom_fields->set('otbPurchaseType', 'bin', 'admin', true);
//this following field wont update...
$finder = $this->finder('Sysnative\Addon:Entity1');
$finder
->setDefaultOrder('id', 'ASC')
->with('Entity2, true)
->with('User');
return $finder;
Grade | Suggestion |
---|---|
F23 | Add Expires headers |