4 lines
75 B
PHP
4 lines
75 B
PHP
<?php
|
|
|
|
// Composer autoloader
|
|
include __DIR__ . '/../vendor/autoload.php';
|