11/5/2022

This commit is contained in:
Nguyễn Tiến Dũng
2022-05-11 21:09:39 +07:00
parent 96e0513959
commit 3d31201a05
117 changed files with 38921 additions and 595 deletions

View File

@@ -3,6 +3,8 @@
namespace App\Http\Resources;
use Illuminate\Http\Resources\Json\JsonResource;
use App\Models\HistoryPlay;
use Carbon\Carbon;
class MomoResource extends JsonResource
{
@@ -20,7 +22,7 @@ class MomoResource extends JsonResource
'settings' => array(
'transfers_today' => array(
'times' => $this->times,
'amount' => $this->amount
'amount' => $this->amount,
)
)
];