Skip to content

Commit cb009ca

Browse files
antimechmpociot
authored andcommitted
Superfluous bracket (mpociot#207)
1 parent 6b1c502 commit cb009ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Route::group(array('prefix' => 'api/v1', 'middleware' => []), function () {
4444
// Custom route added to standard Resource
4545
Route::get('example/foo', 'ExampleController@foo');
4646
// Standard Resource route
47-
Route::resource('example', 'ExampleController'));
47+
Route::resource('example', 'ExampleController');
4848
});
4949
```
5050

0 commit comments

Comments
 (0)