deplay phase 1
This commit is contained in:
parent
e3dc1afd8e
commit
5a7478907e
68 changed files with 2831 additions and 818 deletions
|
|
@ -0,0 +1,13 @@
|
|||
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue