(refactor) Forgot to include autoload file
This commit is contained in:
parent
63c435c610
commit
4d97c1473b
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
|
||||
use DevCoder\DotEnv;
|
||||
use PHPMailer\PHPMailer\Exception;
|
||||
use PHPMailer\PHPMailer\PHPMailer;
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<?php
|
||||
require '../../vendor/autoload.php';
|
||||
|
||||
use Illuminate\Encryption\Encrypter;
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
|
||||
$required_extensions = ['openssl', 'gd', 'mysql', 'PDO', 'mbstring', 'tokenizer', 'bcmath', 'xml', 'curl', 'zip', 'intl'];
|
||||
|
||||
$requirements = [
|
||||
|
|
Loading…
Reference in a new issue