first code

This commit is contained in:
Bryan Joshua Pedini 2020-12-29 11:16:25 +01:00
parent 65ed328c4e
commit 1a2c8c14fe
1 changed files with 7 additions and 0 deletions

7
Object.php Normal file
View File

@ -0,0 +1,7 @@
<?php
declare(strict_types=1);
class composer_modules {
public function __construct() {
require_once(__DIR__."/../../vendor/autoload.php");
}
}