Amranidev\ScaffoldInterface\Filesystem\Path::__construct PHP Method

__construct() public method

Create new Paths instance.
public __construct ( ) : void
return void
    public function __construct()
    {
        $this->parser = app()->make('Parser');
        $this->migrationPath = $this->MigrationPath();
    }