Reimplemented forms, added an overdue fix.

This commit is contained in:
James Cole
2015-02-08 01:15:15 +01:00
parent 3d01669cea
commit 434b4ded4a
24 changed files with 616 additions and 44 deletions

View File

@@ -11,6 +11,8 @@
|
*/
use FireflyIII\Validation\FireflyValidator;
$app = new Illuminate\Foundation\Application(
realpath(__DIR__.'/../')
);