7 lines
57 B
PHP
7 lines
57 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
|
||
|
|
'id' => env('FATHOM_ID', null),
|
||
|
|
|
||
|
|
];
|