%PDF- %PDF-
Direktori : /home/forge/api-takeaseat.eco-n-tech.co.uk/vendor/laravel/nova/src/Contracts/ |
Current File : //home/forge/api-takeaseat.eco-n-tech.co.uk/vendor/laravel/nova/src/Contracts/Storable.php |
<?php namespace Laravel\Nova\Contracts; interface Storable { /** * Get the disk that the field is stored on. * * @return string|null */ public function getStorageDisk(); /** * Get the dir that the field is stored at on disk. * * @return string|null */ public function getStorageDir(); /** * Get the full path that the field is stored at on disk. * * @return string|null */ public function getStoragePath(); }