Updated various recipes (part 1).

This commit is contained in:
Jan Böhmer 2021-10-02 20:53:03 +02:00
parent f05195c825
commit 5e1c5cef3b
7 changed files with 101 additions and 45 deletions

View file

@ -1,7 +1,5 @@
<?php
declare(strict_types=1);
use Symfony\Component\Dotenv\Dotenv;
require dirname(__DIR__).'/vendor/autoload.php';