Skip to content

Commit 6e777c9

Browse files
committed
Should have renamed these routes in previous commit
1 parent 796af11 commit 6e777c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Symfony/src/Codebender/BuilderBundle/Controller/DefaultController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function handleRequestAction($auth_key, $version)
8383
*/
8484
protected function compile($contents)
8585
{
86-
$apihandler = $this->get('codebender_api.handler');
86+
$apihandler = $this->get('codebender_builder.handler');
8787

8888
$files = $contents["files"];
8989

@@ -146,7 +146,7 @@ protected function getLibraryInfo($data)
146146
*/
147147
protected function checkHeaders($files, $userLibs)
148148
{
149-
$apiHandler = $this->get('codebender_api.handler');
149+
$apiHandler = $this->get('codebender_builder.handler');
150150

151151
$headers = $apiHandler->read_libraries($files);
152152

0 commit comments

Comments
 (0)