for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Joesama\Pintu\Services\Traits;
use Joesama\Pintu\Services\RoutingServices;
trait PintuOrchestraRouting
{
/**
* Build route generator callback.
*
* @param string $path
* @return \Closure
*/
protected function loadRoutes()
RoutingServices::router(__CLASS__, $this->app['router']);
}