Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI authored and StyleCIBot committed Jul 3, 2019
1 parent 64236c5 commit 9a64270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
|
*/

Route::get('users/{id}', ImpersonateController::class . '@take')->middleware(['nova'])->name('take');
Route::get('users/{id}', ImpersonateController::class.'@take')->middleware(['nova'])->name('take');

Route::get('leave', ImpersonateController::class . '@leave')->middleware([config('nova-impersonate.middleware.leave')])->name('leave');
Route::get('leave', ImpersonateController::class.'@leave')->middleware([config('nova-impersonate.middleware.leave')])->name('leave');

0 comments on commit 9a64270

Please sign in to comment.