1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-multilang.git synced 2024-04-26 22:29:29 +03:00
kohana-multilang/classes/Request.php
Sébastien Guibert 654eede6f2 Fix case
2013-02-25 13:05:17 +01:00

8 lines
148 B
PHP

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