for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Routes
* @copyright Copyright (c) 2011 - 2014 Aleksandr Torosh (http://wezoom.com.ua)
* @author Aleksandr Torosh <[email protected]>
*/
namespace Seo;
class Routes
{
public function init($router)
return $router;
}