diff --git a/config/database.php b/config/database.php index 43fb464f72..9a6e294e46 100644 --- a/config/database.php +++ b/config/database.php @@ -19,9 +19,10 @@ * along with this program. If not, see . */ +declare(strict_types=1); + use Illuminate\Support\Str; -declare(strict_types=1); $databaseUrl = getenv('DATABASE_URL');