This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
Eeems
/
juju-php
Xem
1
Star
0
Fork
0
Các tập tin
Tree:
f1b18e933c
Branches
Tags
master
juju-php
/
migration.abstract.class.php
migration.abstract.class.php
58 B
Lịch sử
Raw
1
2
3
4
5
6
7
<?php
namespace Juju;
abstract class Migration {
}
?>