mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
testing
This commit is contained in:
parent
30a281110f
commit
b7c99335fd
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
use Auth;
|
use Auth;
|
||||||
use DB;
|
use DB;
|
||||||
|
use Illuminate\Support\Facades\Log;
|
||||||
use View;
|
use View;
|
||||||
use App\Models\Activity;
|
use App\Models\Activity;
|
||||||
|
|
||||||
@ -163,6 +164,7 @@ class DashboardApiController extends BaseAPIController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Log::info($paidToDate);
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'id' => 1,
|
'id' => 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user