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 PintuLaravelRouting
{
/**
* Boot the pintu routing component.
*
* @return void
*/
public function registerComponentRouting()
RoutingServices::router(__CLASS__, $this->app['router']);
}