Nwidart\Modules\Support\Stub::__construct PHP Method

__construct() public method

The contructor.
public __construct ( string $path, array $replaces = [] )
$path string
$replaces array
    public function __construct($path, array $replaces = [])
    {
        $this->path = $path;
        $this->replaces = $replaces;
    }