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 DB;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
use View;
|
||||
use App\Models\Activity;
|
||||
|
||||
@ -163,7 +164,8 @@ class DashboardApiController extends BaseAPIController
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Log::info($paidToDate);
|
||||
|
||||
$data = [
|
||||
'id' => 1,
|
||||
'paidToDate' => $paidToDate[0]->value ? $paidToDate[0]->value : 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user