Laravel version update

Laravel version update
This commit is contained in:
Manish Verma
2018-08-06 18:48:58 +05:30
parent d143048413
commit 126fbb0255
13678 changed files with 1031482 additions and 778530 deletions

View File

@@ -22,6 +22,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise cancelRetrievalAsync(array $args = [])
* @method \Aws\Result createCachediSCSIVolume(array $args = [])
* @method \GuzzleHttp\Promise\Promise createCachediSCSIVolumeAsync(array $args = [])
* @method \Aws\Result createNFSFileShare(array $args = [])
* @method \GuzzleHttp\Promise\Promise createNFSFileShareAsync(array $args = [])
* @method \Aws\Result createSMBFileShare(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSMBFileShareAsync(array $args = [])
* @method \Aws\Result createSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSnapshotAsync(array $args = [])
* @method \Aws\Result createSnapshotFromVolumeRecoveryPoint(array $args = [])
@@ -36,6 +40,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteBandwidthRateLimitAsync(array $args = [])
* @method \Aws\Result deleteChapCredentials(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteChapCredentialsAsync(array $args = [])
* @method \Aws\Result deleteFileShare(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteFileShareAsync(array $args = [])
* @method \Aws\Result deleteGateway(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteGatewayAsync(array $args = [])
* @method \Aws\Result deleteSnapshotSchedule(array $args = [])
@@ -58,6 +64,12 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeGatewayInformationAsync(array $args = [])
* @method \Aws\Result describeMaintenanceStartTime(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeMaintenanceStartTimeAsync(array $args = [])
* @method \Aws\Result describeNFSFileShares(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeNFSFileSharesAsync(array $args = [])
* @method \Aws\Result describeSMBFileShares(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeSMBFileSharesAsync(array $args = [])
* @method \Aws\Result describeSMBSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeSMBSettingsAsync(array $args = [])
* @method \Aws\Result describeSnapshotSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeSnapshotScheduleAsync(array $args = [])
* @method \Aws\Result describeStorediSCSIVolumes(array $args = [])
@@ -76,6 +88,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeWorkingStorageAsync(array $args = [])
* @method \Aws\Result disableGateway(array $args = [])
* @method \GuzzleHttp\Promise\Promise disableGatewayAsync(array $args = [])
* @method \Aws\Result joinDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise joinDomainAsync(array $args = [])
* @method \Aws\Result listFileShares(array $args = [])
* @method \GuzzleHttp\Promise\Promise listFileSharesAsync(array $args = [])
* @method \Aws\Result listGateways(array $args = [])
* @method \GuzzleHttp\Promise\Promise listGatewaysAsync(array $args = [])
* @method \Aws\Result listLocalDisks(array $args = [])
@@ -90,6 +106,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listVolumeRecoveryPointsAsync(array $args = [])
* @method \Aws\Result listVolumes(array $args = [])
* @method \GuzzleHttp\Promise\Promise listVolumesAsync(array $args = [])
* @method \Aws\Result notifyWhenUploaded(array $args = [])
* @method \GuzzleHttp\Promise\Promise notifyWhenUploadedAsync(array $args = [])
* @method \Aws\Result refreshCache(array $args = [])
* @method \GuzzleHttp\Promise\Promise refreshCacheAsync(array $args = [])
* @method \Aws\Result removeTagsFromResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise removeTagsFromResourceAsync(array $args = [])
* @method \Aws\Result resetCache(array $args = [])
@@ -100,6 +120,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise retrieveTapeRecoveryPointAsync(array $args = [])
* @method \Aws\Result setLocalConsolePassword(array $args = [])
* @method \GuzzleHttp\Promise\Promise setLocalConsolePasswordAsync(array $args = [])
* @method \Aws\Result setSMBGuestPassword(array $args = [])
* @method \GuzzleHttp\Promise\Promise setSMBGuestPasswordAsync(array $args = [])
* @method \Aws\Result shutdownGateway(array $args = [])
* @method \GuzzleHttp\Promise\Promise shutdownGatewayAsync(array $args = [])
* @method \Aws\Result startGateway(array $args = [])
@@ -114,6 +136,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise updateGatewaySoftwareNowAsync(array $args = [])
* @method \Aws\Result updateMaintenanceStartTime(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateMaintenanceStartTimeAsync(array $args = [])
* @method \Aws\Result updateNFSFileShare(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateNFSFileShareAsync(array $args = [])
* @method \Aws\Result updateSMBFileShare(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateSMBFileShareAsync(array $args = [])
* @method \Aws\Result updateSnapshotSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateSnapshotScheduleAsync(array $args = [])
* @method \Aws\Result updateVTLDeviceType(array $args = [])