Vinkla\Backup\ProfileBuilderFactory::__construct PHP Method

__construct() public method

Create a new profile builder factory.
public __construct ( Illuminate\Contracts\Foundation\Application $app ) : void
$app Illuminate\Contracts\Foundation\Application
return void
    public function __construct(Application $app)
    {
        $this->app = $app;
    }