mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Fixed tests, added migration stuff, added default user.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: sander
|
||||
* Date: 03/07/14
|
||||
* Time: 21:33
|
||||
*/
|
||||
|
||||
namespace Firefly\Helper\Migration;
|
||||
|
||||
|
||||
interface MigrationHelperInterface
|
||||
{
|
||||
public function loadFile($path);
|
||||
|
||||
public function validFile();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user