Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -595,7 +595,7 @@ class MakeVideo implements ShouldQueue | ... | @@ -595,7 +595,7 @@ class MakeVideo implements ShouldQueue |
595 | 595 | ||
596 | public function getTextContentString() | 596 | public function getTextContentString() |
597 | { | 597 | { |
598 | - $components = $this->adminMakeVideo->temp()->first()->components->get(); | 598 | + $components = $this->adminMakeVideo->temp()->first()->components()->get(); |
599 | 599 | ||
600 | $font = Storage::disk('public')->path('ffmpeg/arialuni.ttf'); | 600 | $font = Storage::disk('public')->path('ffmpeg/arialuni.ttf'); |
601 | 601 | ... | ... |
-
Please register or login to post a comment