Skip to content

Instantly share code, notes, and snippets.

View johnhout's full-sized avatar
🏋️
Focusing

John in 't Hout johnhout

🏋️
Focusing
View GitHub Profile
@johnhout
johnhout / OperationPathResolver.php
Created December 12, 2019 14:47 — forked from soyuka/OperationPathResolver.php
Workflow bridge for api platform
<?php
declare(strict_types=1);
namespace ApiPlatform\Workflow\PathResolver;
use ApiPlatform\Core\PathResolver\OperationPathResolverInterface;
final class OperationPathResolver implements OperationPathResolverInterface
{