MacsiDigital / laravel-zoom

Laravel Zoom Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to create new instance of User

CodeCures opened this issue · comments

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

looks like same issue #120