This commit is contained in:
Simon Vieille 2015-05-07 13:50:13 +02:00
parent 83244f6b47
commit de8de3fa18
1 changed files with 2 additions and 2 deletions

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);