container->register_controllers( [ 'WP\Blocks' => new \PopupMaker\Controllers\WP\Blocks( $this->container ), 'WP\Dashboard' => new \PopupMaker\Controllers\WP\Dashboard( $this->container ), 'WP\I18n' => new \PopupMaker\Controllers\WP\I18n( $this->container ), ] ); } }