version++

This commit is contained in:
Andras Bacsai
2023-09-28 22:31:53 +02:00
parent 38a22dcf4d
commit c637d2d90d
4 changed files with 3 additions and 4 deletions

View File

@@ -56,7 +56,6 @@ class SyncBunny extends Command
];
$fileStream = fopen($file, "r");
$file = fread($fileStream, filesize($file));
$that->info('Uploading: ' . $file);
return PendingRequest::baseUrl('https://storage.bunnycdn.com')->withHeaders($headers)->withBody($file)->throw();
});
PendingRequest::macro('purge', function ($url) use ($that) {