Skip to content

Commit

Permalink
Fix files order
Browse files Browse the repository at this point in the history
  • Loading branch information
darkin1 committed Feb 22, 2020
1 parent 3d3103c commit c20b4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IntercomServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Darkin1\Intercom;

use Intercom\IntercomClient;
use Darkin1\Intercom\Facades\Intercom;
use Illuminate\Support\ServiceProvider;
use Illuminate\Contracts\Support\DeferrableProvider;
use Illuminate\Support\ServiceProvider;
use Intercom\IntercomClient;

class IntercomServiceProvider extends ServiceProvider implements DeferrableProvider
{
Expand Down

0 comments on commit c20b4a4

Please sign in to comment.