We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1739d commit e516112Copy full SHA for e516112
Routing/ThriftRoutingLoader.php
@@ -36,7 +36,7 @@ public function __construct($services)
36
*/
37
public function load($resource, $type = null)
38
{
39
- $controllerArg = Kernel::VERSION_ID > 40000 ?
+ $controllerArg = Kernel::VERSION_ID > 30400 ?
40
'Overblog\ThriftBundle\Controller\ThriftController::serverAction' :
41
'ThriftBundle:Thrift:server';
42
0 commit comments