I just installed this package and but i have not been able to use the package as i could not create a new install of user or do anything with the package. Here is the errors an getting
Too few arguments to function MacsiDigital\API\Support\Resource::__construct(), 0 passed in
\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Concerns\HasAttributes.php on line
2111 and at least 1 expected
I have tried to user
return Zoom::user();
// OR
$zoom = new \MacsiDigital\Zoom\Support\Entry;
return $user = new \MacsiDigital\Zoom\User($zoom);
I just installed this package and but i have not been able to use the package as i could not create a new install of user or do anything with the package. Here is the errors an getting
I have tried to user
but it did not work