1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-multilang.git synced 2024-06-29 04:24:57 +03:00
kohana-multilang/classes/Route.php
Sébastien Guibert 3e35b801a6 Fix case
2013-02-25 12:54:54 +01:00

8 lines
142 B
PHP

<?php defined('SYSPATH') or die('No direct script access.');
/**
* Multilang module route class
*/
class Route extends Multilang_Route {
}