mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
10 lines
200 B
PHP
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,
|
|
],
|
|
];
|