lightster/hodor

View on GitHub
src/Hodor/Database/Phpmig/AdapterInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Hodor\Database\Phpmig;

use Phpmig\Adapter\AdapterInterface as PhpmigAdapterInterface;

interface AdapterInterface extends PhpmigAdapterInterface
{
    /**
     * @return string
     */
    public function getMigrationsPath();
}