byos_laravel/config/sidecar.php
2025-06-17 21:30:59 +02:00

10 lines
200 B
PHP

<?php
return [
/*
* All of your function classes that you'd like to deploy go here.
*/
'functions' => [
Wnx\SidecarBrowsershot\Functions\BrowsershotFunction::class,
],
];