fixed problem with storage
This commit is contained in:
parent
bdd3b1b783
commit
84857335a8
|
|
@ -3,6 +3,7 @@
|
|||
namespace App\Http\Resources;
|
||||
|
||||
use Illuminate\Http\Resources\Json\JsonResource;
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
|
||||
class BrokerAttachmentResource extends JsonResource
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue