13 lines
568 B
Diff
13 lines
568 B
Diff
diff --git a/app/Repositories/BookingPDFRepository.php b/app/Repositories/BookingPDFRepository.php
|
|
index 505ddaf..dc4d313 100644
|
|
--- a/app/Repositories/BookingPDFRepository.php
|
|
+++ b/app/Repositories/BookingPDFRepository.php
|
|
@@ -22,7 +22,7 @@ class BookingPDFRepository extends BaseRepository
|
|
public function __construct(Booking $model)
|
|
{
|
|
$this->model = $model;
|
|
- $this->prepath = Storage::disk('public')->getAdapter()->getPathPrefix();
|
|
+ $this->prepath = Storage::disk('public')->path('');
|
|
}
|
|
|
|
public function update($data)
|