vendor/abcpremium/googledriveapibundle/AbcpremiumGoogleDriveApiBundle.php line 7

Open in your IDE?
  1. <?php
  2. namespace Abcpremium\GoogleDriveApiBundle;
  3. use Pimcore\Extension\Bundle\AbstractPimcoreBundle;
  4. class AbcpremiumGoogleDriveApiBundle extends AbstractPimcoreBundle
  5. {
  6.     public function getDescription(): string
  7.     {
  8.         return 'Pimcore Google Drive API Bundle';
  9.     }
  10.     public function getVersion(): string
  11.     {
  12.         return '0.0.12';
  13.     }
  14. }