Alies Lapatsin
2023-02-04 22:04:01 +01:00
committed by GitHub
parent 1d302435ef
commit 9f5670b7e9
3 changed files with 5 additions and 15 deletions
-9
View File
@@ -127,15 +127,6 @@ class Generator
} catch (\Exception $e) {
}
try {
if (class_exists('SSH') && is_a('SSH', '\Illuminate\Support\Facades\SSH', true)) {
$class = get_class(\SSH::connection());
$this->extra['SSH'] = [$class];
$this->interfaces['\Illuminate\Remote\ConnectionInterface'] = $class;
}
} catch (\Exception $e) {
}
try {
if (class_exists('Storage') && is_a('Storage', '\Illuminate\Support\Facades\Storage', true)) {
$class = get_class(\Storage::disk());