Skip to content

Commit

Permalink
Remove contract suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Mar 4, 2024
1 parent 97e57db commit 505815c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Drivers/Decorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Illuminate\Support\Str;
use Illuminate\Support\Traits\Macroable;
use Laravel\Pennant\Contracts\CanListStoredFeatures;
use Laravel\Pennant\Contracts\Driver as DriverContract;
use Laravel\Pennant\Contracts\Driver;
use Laravel\Pennant\Contracts\FeatureScopeable;
use Laravel\Pennant\Events\AllFeaturesPurged;
use Laravel\Pennant\Events\DynamicallyRegisteringFeatureClass;
Expand All @@ -31,7 +31,7 @@
/**
* @mixin \Laravel\Pennant\PendingScopedFeatureInteraction
*/
class Decorator implements DriverContract, CanListStoredFeatures
class Decorator implements Driver, CanListStoredFeatures
{
use Macroable {
__call as macroCall;
Expand Down

0 comments on commit 505815c

Please sign in to comment.