byos_laravel/config/sidecar.php
2025-05-08 11:25:55 +02:00

10 lines
201 B
PHP

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