Skip to content

Commit 32f5e1e

Browse files
committed
Change double quotes to single quotes
1 parent 94b30f7 commit 32f5e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
Route::group(['prefix' => 'api/exponent/devices', "middleware" => 'expo.middleware'], function () {
3+
Route::group(['prefix' => 'api/exponent/devices', 'middleware' => 'expo.middleware'], function () {
44
Route::post('subscribe', [
55
'as' => 'register-interest',
66
'uses' => 'NotificationChannels\ExpoPushNotifications\Http\ExpoController@subscribe',

0 commit comments

Comments
 (0)