6 lines
150 B
PHP
6 lines
150 B
PHP
<?php
|
|
|
|
// Include the autoloader to get started.
|
|
// (make sure to run `composer install`!)
|
|
require_once dirname( __FILE__ ) . '/vendor/autoload.php';
|