Skip to content

Commit

Permalink
Merge pull request #5 from nunomaduro/analysis-XlglVW
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
nunomaduro authored Jul 21, 2017
2 parents 5fcafac + 5aa5886 commit f3aa824
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,10 +11,10 @@

namespace NunoMaduro\LaravelDesktopNotifier;

use Joli\JoliNotif\NotifierFactory;
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 f3aa824

Please sign in to comment.