Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch authored Oct 19, 2021
1 parent 1ab25bc commit aeaeb90
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/MigrationInterface.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
<?php
namespace Genkgo\Migrations;

/**
* Interface MigrationInterface
* @package Genkgo\Migrations
*/
interface MigrationInterface
{
/**
*
*/
const DIRECTION_UP = 1;

/**
*
*/
const DIRECTION_DOWN = 2;

/**
Expand All @@ -32,6 +22,5 @@ public function down();
/**
* @return string
*/

public function getName();
}

0 comments on commit aeaeb90

Please sign in to comment.