mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 12:28:46 +00:00
Replaced Ardent with another package.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user