GitS3\Console\Commands\DeployCommand::init PHP Méthode

init() private méthode

private init ( )
    private function init()
    {
        foreach ($this->finder as $file) {
            $this->uploadFile($file);
        }
    }