← All changes
|
includes/sdk/google/google/cloud-storage/src/Notification.php
+4
-4
1.0.3
→
1.4.1
View file →
| @@ -14,13 +14,13 @@ | ||
| 14 | 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | 15 | * See the License for the specific language governing permissions and |
| 16 | 16 | * limitations under the License. |
| 17 | 17 | */ |
| 18 | -namespace Dudlewebs\WPMCS\Google\Cloud\Storage; | |
| 18 | +namespace Dudlewebs\WPMCS\GCP\Google\Cloud\Storage; | |
| 19 | 19 | |
| 20 | -use Dudlewebs\WPMCS\Google\Cloud\Core\ArrayTrait; | |
| 21 | -use Dudlewebs\WPMCS\Google\Cloud\Core\Exception\NotFoundException; | |
| 22 | -use Dudlewebs\WPMCS\Google\Cloud\Storage\Connection\ConnectionInterface; | |
| 20 | +use Dudlewebs\WPMCS\GCP\Google\Cloud\Core\ArrayTrait; | |
| 21 | +use Dudlewebs\WPMCS\GCP\Google\Cloud\Core\Exception\NotFoundException; | |
| 22 | +use Dudlewebs\WPMCS\GCP\Google\Cloud\Storage\Connection\ConnectionInterface; | |
| 23 | 23 | /** |
| 24 | 24 | * Cloud Pub/Sub Notifications sends information about changes to objects in |
| 25 | 25 | * your buckets to Google Cloud Pub/Sub, where the information is added to a |
| 26 | 26 | * Cloud Pub/Sub topic of your choice in the form of messages. For example, |