Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arietimmerman committed Jul 4, 2024
1 parent 255865a commit dbfd2f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/Http/Controllers/ResourceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Illuminate\Http\Request;
use ArieTimmerman\Laravel\SCIMServer\Helper;
use ArieTimmerman\Laravel\SCIMServer\Exceptions\SCIMException;
use Tmilos\ScimFilterParser\Mode;
use ArieTimmerman\Laravel\SCIMServer\ResourceType;
use Illuminate\Database\Eloquent\Model;
use ArieTimmerman\Laravel\SCIMServer\Events\Delete;
Expand All @@ -15,10 +14,8 @@
use ArieTimmerman\Laravel\SCIMServer\Events\Replace;
use ArieTimmerman\Laravel\SCIMServer\Events\Patch;
use ArieTimmerman\Laravel\SCIMServer\Parser\Parser as ParserParser;
use ArieTimmerman\Laravel\SCIMServer\SCIM\Schema;
use ArieTimmerman\Laravel\SCIMServer\PolicyDecisionPoint;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\QueryException;
use Illuminate\Support\Facades\Validator;

class ResourceController extends Controller
Expand Down Expand Up @@ -163,8 +160,6 @@ public function update(Request $request, PolicyDecisionPoint $pdp, ResourceType
} else {
throw new SCIMException('You MUST provide a "Path"');
}


break;

case "replace":
Expand Down
1 change: 0 additions & 1 deletion src/SCIMConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use ArieTimmerman\Laravel\SCIMServer\Attribute\Eloquent;
use ArieTimmerman\Laravel\SCIMServer\Attribute\MutableCollection;
use ArieTimmerman\Laravel\SCIMServer\Attribute\Schema as AttributeSchema;
use ArieTimmerman\Laravel\SCIMServer\Exceptions\SCIMException;
use ArieTimmerman\Laravel\SCIMServer\Tests\Model\Group;
use Illuminate\Database\Eloquent\Model;

Expand Down
1 change: 0 additions & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace ArieTimmerman\Laravel\SCIMServer;

use Illuminate\Support\Facades\Route;
use ArieTimmerman\Laravel\SCIMServer\Exceptions\SCIMException;

class ServiceProvider extends \Illuminate\Support\ServiceProvider
Expand Down

0 comments on commit dbfd2f9

Please sign in to comment.