Update Laravel Sail

This commit is contained in:
Jonny Barnes 2022-12-23 10:30:42 +00:00
parent 1d2d1abf0f
commit a8b3dffddb
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
6 changed files with 11 additions and 6 deletions

View file

@ -22,6 +22,7 @@ class Kernel extends ConsoleKernel
*
* @param \Illuminate\Console\Scheduling\Schedule $schedule
* @return void
*
* @codeCoverageIgnore
*/
protected function schedule(Schedule $schedule)

View file

@ -82,6 +82,7 @@ class BookmarkService extends Service
* @return string The uuid for the screenshot
*
* @throws CouldNotTakeBrowsershot
*
* @codeCoverageIgnore
*/
public function saveScreenshot(string $url): string