PHP Trait Larabros\Elogram\Http\Middleware\CreateMiddlewareTrait

Show file Open project: larabros/elogram

Public Methods

Method Description
create ( Noodlehaus\ConfigInterface $config ) : Closure Factory method used to register this middleware on a handler stack.

Method Details

create() public static method

Factory method used to register this middleware on a handler stack.
public static create ( Noodlehaus\ConfigInterface $config ) : Closure
$config Noodlehaus\ConfigInterface
return Closure