diff --git a/extensions/emoji/src/Extension.php b/extensions/emoji/src/Extension.php deleted file mode 100644 index abe118971..000000000 --- a/extensions/emoji/src/Extension.php +++ /dev/null @@ -1,24 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Flarum\Emoji; - -use Flarum\Support\Extension as BaseExtension; -use Illuminate\Events\Dispatcher; - -class Extension extends BaseExtension -{ - public function listen(Dispatcher $events) - { - $events->subscribe('Flarum\Emoji\Listeners\AddClientAssets'); - $events->subscribe('Flarum\Emoji\Listeners\AddEmoticons'); - } -}