Replaced Ardent with another package.

This commit is contained in:
James Cole
2014-12-06 12:12:55 +01:00
parent f4ecf2d1aa
commit bb3ba42ce2
45 changed files with 329 additions and 772 deletions

View File

@@ -1,6 +1,7 @@
<?php
namespace FireflyIII\Shared\Toolkit;
use FireflyIII\Exception\FireflyException;
/**
* Class Navigation
@@ -11,7 +12,7 @@ class Navigation
{
/**
* @return bool
* @throws \Firefly\Exception\FireflyException
* @throws FireflyException
*/
public function next()
{
@@ -39,7 +40,7 @@ class Navigation
/**
* @return bool
* @throws \Firefly\Exception\FireflyException
* @throws FireflyException
*/
public function prev()
{