%PDF- %PDF-
Direktori : /var/www/html/hr/api/vendor/spatie/laravel-medialibrary/src/Models/Traits/ |
Current File : /var/www/html/hr/api/vendor/spatie/laravel-medialibrary/src/Models/Traits/CustomMediaProperties.php |
<?php namespace Spatie\MediaLibrary\Models\Traits; trait CustomMediaProperties { public function setCustomHeaders(array $customHeaders): self { $this->setCustomProperty('custom_headers', $customHeaders); return $this; } public function getCustomHeaders(): array { return $this->getCustomProperty('custom_headers', []); } }