Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
Fixes issue #21
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranR committed Jul 13, 2018
1 parent ae9dfba commit 4bcf1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'middleware' => ['web', 'admin.user'],
'namespace' => '\Pvtl\VoyagerFrontend\Http\Controllers'
], function () {
Route::post('layout/{id}', ['uses' => "PageController@changeLayout", 'as' => 'layout']);
Route::post('layout/{id?}', ['uses' => "PageController@changeLayout", 'as' => 'layout']);
});

/**
Expand Down

0 comments on commit 4bcf1cc

Please sign in to comment.