diff --git a/Models/FileStorageInterface.php b/Models/FileStorageInterface.php index b7d8f5b..deaf5b1 100644 --- a/Models/FileStorageInterface.php +++ b/Models/FileStorageInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Media * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/FtpFileStorage.php b/Models/FtpFileStorage.php index d66637a..8c99313 100644 --- a/Models/FtpFileStorage.php +++ b/Models/FtpFileStorage.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Media * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/LocalFileStorage.php b/Models/LocalFileStorage.php index 6db0ec3..067c39d 100644 --- a/Models/LocalFileStorage.php +++ b/Models/LocalFileStorage.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Media * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Components/InlinePreview/BaseView.php b/Theme/Backend/Components/InlinePreview/BaseView.php index 448078e..888f138 100644 --- a/Theme/Backend/Components/InlinePreview/BaseView.php +++ b/Theme/Backend/Components/InlinePreview/BaseView.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Media * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Views\View; /** * Component view. * - * @package TBD + * @package Modules\Media * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Theme/Backend/Components/Media/BaseView.php b/Theme/Backend/Components/Media/BaseView.php index b751463..164d84d 100644 --- a/Theme/Backend/Components/Media/BaseView.php +++ b/Theme/Backend/Components/Media/BaseView.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Media * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Views\View; /** * Component view. * - * @package TBD + * @package Modules\Media * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Theme/Backend/Components/Upload/BaseView.php b/Theme/Backend/Components/Upload/BaseView.php index 9e34a80..55eb925 100644 --- a/Theme/Backend/Components/Upload/BaseView.php +++ b/Theme/Backend/Components/Upload/BaseView.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Media * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Views\View; /** * Component view. * - * @package TBD + * @package Modules\Media * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 3801e94..e642abb 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Media * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index 7fb3f85..9956082 100644 --- a/Theme/Backend/Lang/api.en.lang.php +++ b/Theme/Backend/Lang/api.en.lang.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Media * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 42e65a7..3d53b37 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Media * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/media-create.tpl.php b/Theme/Backend/media-create.tpl.php index ffdb9cf..a44e059 100644 --- a/Theme/Backend/media-create.tpl.php +++ b/Theme/Backend/media-create.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Media * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/media-list.tpl.php b/Theme/Backend/media-list.tpl.php index 758439d..b095b27 100644 --- a/Theme/Backend/media-list.tpl.php +++ b/Theme/Backend/media-list.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Media * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/media-single.tpl.php b/Theme/Backend/media-single.tpl.php index 2f4bb09..3010ab4 100644 --- a/Theme/Backend/media-single.tpl.php +++ b/Theme/Backend/media-single.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Media * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0