1
0
mirror of https://gitnet.fr/deblan/gist.git synced 2021-08-14 08:30:49 +02:00
This commit is contained in:
Simon Vieille 2015-05-07 13:50:13 +02:00
parent 83244f6b47
commit de8de3fa18

View File

@ -39,8 +39,8 @@ class EditController extends Controller
)
);
}
public function cloneAction(Request $request, Application $app, $gist, $commit)
public function cloneAction(Request $request, Application $app, $gist, $commit)
{
$viewOptions = $this->getViewOptions($request, $app, $gist, $commit);