Skip to content

Commit

Permalink
Merge pull request #7 from nunomaduro/analysis-Xljy1W
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
nunomaduro committed Feb 16, 2018
2 parents a2937dd + 6f6ab4a commit 4cd2c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LaravelDesktopNotifierServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

namespace NunoMaduro\LaravelDesktopNotifier;

use Joli\JoliNotif\NotifierFactory;
use Illuminate\Console\Command;
use Illuminate\Support\ServiceProvider;
use NunoMaduro\LaravelDesktopNotifier\Contracts\Notifier as NotifierContract;
use Joli\JoliNotif\NotifierFactory;
use NunoMaduro\LaravelDesktopNotifier\Contracts\Notification as NotificationContract;
use NunoMaduro\LaravelDesktopNotifier\Contracts\Notifier as NotifierContract;

/**
* The is the Laravel Desktop Notifier service provider class.
Expand Down

0 comments on commit 4cd2c6d

Please sign in to comment.