jonathandey / oc-jd-dingoapi

Dingo/API implementation for OctoberCMS
MIT License
16 stars 7 forks source link

Class jd.dingoapi.auth does not exist in #9

Closed chrisvidal closed 4 years ago

chrisvidal commented 6 years ago

I updated the plugin.php with my own class auth class and have this error Class jd.dingoapi.auth does not exist in oc-vodka/vendor/laravel/framework/src/Illuminate/Container/Container.php:752

$this->app->singleton('jd.dingoapi.auth', function() {
            return \Vodka\Api\Classes\AuthManager::instance();
        });
jonathandey commented 4 years ago

This should now be resolved. Thanks!