Skip to content

Commit

Permalink
Apply fixes from StyleCI (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
musonza authored Sep 19, 2020
1 parent 1ed1f5e commit a229349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'middleware' => $middleware,
'namespace' => 'Musonza\Chat\Http\Controllers',
'prefix' => $chatRoutesPrefix,
], function () use ($chatRoutesPrefix) {
], function () {
/* Conversation */
Route::get('/conversations', 'ConversationController@index')->name('conversations.index');
Route::post('/conversations', 'ConversationController@store')->name('conversations.store');
Expand Down

0 comments on commit a229349

Please sign in to comment.