This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/migrations/2015_05_24_143425_bread_of_the_future.php
2016-02-19 22:49:00 +01:00

14 lines
266 B
PHP

<?php
use Sakura\Migration\IMigration;
use Sakura\DB;
//https://github.com/flashwave/sakura/commit/0264bbd574ff5a0e701b4331e1fbf55ca3d95ee0
class BreadOfTheFuture implements IMigration
{
public function up()
{
}
public function down()
{
}
}