Conditionally register the extension
This commit is contained in:
@@ -39,9 +39,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'extensions' => [
|
||||
'AltThree\Emoji\EmojiExtension',
|
||||
],
|
||||
'extensions' => env('CACHET_EMOJI', false) ? ['AltThree\Emoji\EmojiExtension'] : [],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user