Compatibility fixes

This commit is contained in:
James Brooks
2021-03-29 12:24:45 +01:00
parent 2440079493
commit 84b0c5a4be
5 changed files with 1487 additions and 936 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ return [
*/
'extensions' => array_filter([
env('CACHET_EMOJI', false) ? 'AltThree\Emoji\EmojiExtension' : null,
env('CACHET_AUTO_TWITTER', true) ? 'AltThree\Twitter\TwitterExtension' : null,
env('CACHET_EMOJI', false) ? 'CachetHQ\Emoji\EmojiExtension' : null,
env('CACHET_AUTO_TWITTER', true) ? 'CachetHQ\Twitter\TwitterExtension' : null,
]),
/*