app->make( ClientRepository::class ), $this->app->make( AccessTokenRepository::class ), $this->app->make( ScopeRepository::class ), $this->makeCryptKey( 'private' ), app( 'encrypter' )->getKey() ); } }