Sleimanx2\Plastic\Map\Blueprint::createCommand PHP Method

createCommand() protected method

Create a new Fluent command.
protected createCommand ( string $name, array $parameters = [] ) : Illuminate\Support\Fluent
$name string
$parameters array
return Illuminate\Support\Fluent
    protected function createCommand($name, array $parameters = [])
    {
        return new Fluent(array_merge(compact('name'), $parameters));
    }