Vue Polling - Code sycn with fixes from Shipping Portal (dillon/51-vue-polling-experimental-1)

This commit is contained in:
Dillon Ngo
2023-12-18 16:59:48 +08:00
parent 5ad949e7c4
commit bf9b00c85f
3 changed files with 6 additions and 19 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ use Illuminate\Support\Facades\Log;
class CompanyResource extends JsonResource
{
protected $userInfo;
private $userInfo;
public function __construct($resource, $userInfo = null)
{