Skip to content

Commit e516112

Browse files
authored
Use full qualified method name for Symfony 3.4
1 parent ab1739d commit e516112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Routing/ThriftRoutingLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct($services)
3636
*/
3737
public function load($resource, $type = null)
3838
{
39-
$controllerArg = Kernel::VERSION_ID > 40000 ?
39+
$controllerArg = Kernel::VERSION_ID > 30400 ?
4040
'Overblog\ThriftBundle\Controller\ThriftController::serverAction' :
4141
'ThriftBundle:Thrift:server';
4242

0 commit comments

Comments
 (0)