StartupAPI / users

:zap: User management tool to be used in on-line projects. Includes admin dashboard.
http://www.StartupAPI.com/
MIT License
60 stars 24 forks source link

Fix Accounts API call #249

Closed sergeychernyshev closed 8 years ago

sergeychernyshev commented 8 years ago

/users/api.php?call=/startupapi/v1/accounts fails with error:

Argument 1 passed to StartupAPI\API\v1\Accounts::StartupAPI\API\v1\{closure}()
must be an instance of StartupAPI\API\v1\Account, instance of Account given
in /www/data/cardonist.lc/users/classes/API/v1/Accounts.php on line 29

Looks like wrong namespace is used.