<?php

namespace Pionia\Core\Routing;

use Symfony\Component\Routing\Route;

/**
 * This is the base route class, it extends the Symfony route class and is used to define routes in the framework
 *
 * @author [Jet - ezrajet9@gmail.com](https://www.linkedin.com/in/jetezra/)
 */
class BaseRoute extends Route{}
