Skip to content

Commit

Permalink
Remove the ServiceRequestTypeAssignments Feature Flag (#288)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
  • Loading branch information
Orrison authored Oct 23, 2024
1 parent 3cf5ef0 commit cd4c2a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 103 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
use Filament\Resources\Pages\EditRecord;
use App\Filament\Forms\Components\Heading;
use App\Filament\Forms\Components\Paragraph;
use App\Features\ServiceRequestTypeAssignments;
use Illuminate\Contracts\Database\Eloquent\Builder;
use AidingApp\ServiceManagement\Models\ServiceRequestType;
use AidingApp\ServiceManagement\Enums\ServiceRequestTypeAssignmentTypes;
Expand All @@ -58,11 +57,6 @@ class EditServiceRequestTypeAssignments extends EditRecord

protected static ?string $title = 'Assignments';

public static function canAccess(array $parameters = []): bool
{
return ServiceRequestTypeAssignments::active() && parent::canAccess($parameters);
}

public function getRelationManagers(): array
{
// Needed to prevent Filament from loading the relation managers on this page.
Expand Down
47 changes: 0 additions & 47 deletions app/Features/ServiceRequestTypeAssignments.php

This file was deleted.

0 comments on commit cd4c2a6

Please sign in to comment.