Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleTVs authored and StyleCIBot committed May 14, 2017
1 parent 1e58827 commit c4d6463
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Controllers/PublicController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@

use App\Http\Controllers\Controller;
use Auth;
use Illuminate\Http\Request;
use Laralum\Notifications\Models\Notification;
use Laralum\Notifications\Models\Settings;
use Laralum\Notifications\Notifications\MessageNotification;
use Laralum\Users\Models\User;

class PublicController extends Controller
Expand Down Expand Up @@ -37,5 +34,4 @@ public function show(Notification $notification)

return view('laralum_notifications::public.show', ['notification' => $notification]);
}

}

0 comments on commit c4d6463

Please sign in to comment.