vendor/tbmatuka/editorjs-bundle/src/TbmatukaEditorjsBundle.php line 8

Open in your IDE?
  1. <?php
  2. namespace Tbmatuka\EditorjsBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. use Tbmatuka\EditorjsBundle\DependencyInjection\TbmatukaEditorjsExtension;
  5. class TbmatukaEditorjsBundle extends Bundle
  6. {
  7. public function getContainerExtension()
  8. {
  9. return new TbmatukaEditorjsExtension();
  10. }
  11. }