Update Staging Deploy
This commit is contained in:
@@ -90,4 +90,9 @@ class EntryHelpers {
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
public static function enableOnlinePatcherBasedOnExtension(string $filename): bool
|
||||
{
|
||||
return Str::endsWith(Str::lower($filename), ['.ips', '.bps', '.xdelta', '.zip' ]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user