Skip to content

Instantly share code, notes, and snippets.

View luongdnt's full-sized avatar

Trần Lương NALs luongdnt

View GitHub Profile
<?php
namespace Modules\Admin\App;
class APIResponse
{
public $status;
public $data;
public function __construct($status, int $data)