<?php
/**
 * Block editor support.
 *
 * @package External_Permalinks_Redux
 */

/**
 * Class Block_Editor.
 */
class External_Permalinks_Redux_Block_Editor {
	use External_Permalinks_Redux_Singleton;

	/**
	 * Set up class.
	 *
	 * @return void
	 */
	protected function _setup() {
		// TODO: Implement _setup() method.
	}
}