mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Wrote tests for Limit Controller
This commit is contained in:
@@ -42,7 +42,7 @@ class Limit extends Ardent
|
||||
|
||||
public static function factory()
|
||||
{
|
||||
$start = new Carbon\Carbon;
|
||||
$start = new Carbon;
|
||||
$start->startOfMonth();
|
||||
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user