limosa-io / laravel-scim-server

SCIM 2.0 Server implementation for Laravel
MIT License
50 stars 28 forks source link

Error After installation the Package when Testing the connection #43

Closed Ahmedfawzy2018 closed 1 year ago

Ahmedfawzy2018 commented 1 year ago

Error: Class 'ArieTimmerman\Laravel\SCIM\Controllers\SCIMController' not found in file C:\xampp\htdocs\cms\app\Http\Controllers\Microsoft\SCIMController.php on line 6

namespace App\Http\Controllers\Microsoft;

use ArieTimmerman\Laravel\SCIM\Controllers\SCIMController as BaseController; class SCIMController extends BaseController { protected $model = \App\SystemUsers::class; }

arietimmerman commented 1 year ago

Seems like this issue is not related to this package per se. Perhaps a composer issue.