We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d64116 commit cad349bCopy full SHA for cad349b
app/Console/Commands/SimpedeBackup.php
@@ -3,6 +3,7 @@
3
namespace App\Console\Commands;
4
5
use Illuminate\Console\Command;
6
+use Illuminate\Support\Facades\Storage;
7
8
class SimpedeBackup extends Command
9
{
@@ -29,5 +30,6 @@ public function handle()
29
30
$this->call('queue:clear');
31
$this->call('backup:run');
32
$this->call('backup:clean');
33
+ Storage::disk('google')->getAdapter()->emptyTrash([]);
34
}
35
0 commit comments