BigName\EventDispatcher\Containers\LaravelContainer::make PHP Method

make() public method

public make ( $class )
    public function make($class)
    {
        if (!is_string($class)) {
            throw new InvalidArgumentException();
        }
        return $this->container->make($class);
    }
LaravelContainer