1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-multilang.git synced 2024-05-01 16:49:24 +03:00
kohana-multilang/classes/Multilang.php

9 lines
135 B
PHP
Raw Normal View History

2013-02-25 14:05:17 +02:00
<?php defined('SYSPATH') or die('No direct script access.');
/**
* Multilang class
*/
class Multilang extends Multilang_Core {
}