MacsiDigital / laravel-zoom

Laravel Zoom Package
MIT License
260 stars 135 forks source link

Unable to create new instance of User #120

Open CodeCures opened 2 years ago

CodeCures commented 2 years ago

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);

but it did not work

pfaffenrodt commented 2 years ago

looks like same issue #120