update job producer

This commit is contained in:
Kai Ton 2024-03-01 12:42:29 +00:00
parent c73950ae14
commit a43af3aa89
1 changed files with 0 additions and 4 deletions

View File

@ -33,9 +33,5 @@ class ScreenshotJob implements ShouldQueue
*/ */
public function handle() public function handle()
{ {
file_put_contents(
public_path('pupeteer/' . time() . '.jpg'),
file_get_contents('http://puppeteer:4000?url=' . env('PUPPETEER_URL'))
);
} }
} }