Skip to content

Commit a229349

Browse files
authored
Apply fixes from StyleCI (#264)
1 parent 1ed1f5e commit a229349

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
@@ -7,7 +7,7 @@
77
'middleware' => $middleware,
88
'namespace' => 'Musonza\Chat\Http\Controllers',
99
'prefix' => $chatRoutesPrefix,
10-
], function () use ($chatRoutesPrefix) {
10+
], function () {
1111
/* Conversation */
1212
Route::get('/conversations', 'ConversationController@index')->name('conversations.index');
1313
Route::post('/conversations', 'ConversationController@store')->name('conversations.store');

0 commit comments

Comments
 (0)