We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed1f5e commit a229349Copy full SHA for a229349
src/Http/routes.php
@@ -7,7 +7,7 @@
7
'middleware' => $middleware,
8
'namespace' => 'Musonza\Chat\Http\Controllers',
9
'prefix' => $chatRoutesPrefix,
10
-], function () use ($chatRoutesPrefix) {
+], function () {
11
/* Conversation */
12
Route::get('/conversations', 'ConversationController@index')->name('conversations.index');
13
Route::post('/conversations', 'ConversationController@store')->name('conversations.store');
0 commit comments