Skip to content

Commit

Permalink
Use full qualified method name for Symfony 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg-web authored May 9, 2019
1 parent ab1739d commit e516112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Routing/ThriftRoutingLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct($services)
*/
public function load($resource, $type = null)
{
$controllerArg = Kernel::VERSION_ID > 40000 ?
$controllerArg = Kernel::VERSION_ID > 30400 ?
'Overblog\ThriftBundle\Controller\ThriftController::serverAction' :
'ThriftBundle:Thrift:server';

Expand Down

0 comments on commit e516112

Please sign in to comment.