Skip to content

Commit

Permalink
Merge pull request #525 from profixio/master
Browse files Browse the repository at this point in the history
Make it compatible with PHP 7.1
  • Loading branch information
calebporzio committed Jan 17, 2020
2 parents d6c6056 + aae2c1a commit 456a54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LivewireServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
MvCommand,
RmCommand,
StubCommand,
TouchCommand,
TouchCommand
};
use Livewire\HydrationMiddleware\{
ClearFlashMessagesIfNotRedirectingAway,
Expand All @@ -42,7 +42,7 @@
PrioritizeDataUpdatesBeforeActionCalls,
RegisterEmittedEvents,
RegisterEventsBeingListenedFor,
SecureHydrationWithChecksum,
SecureHydrationWithChecksum
};

class LivewireServiceProvider extends ServiceProvider
Expand Down

0 comments on commit 456a54b

Please sign in to comment.