Bootstrap.php 105 B

12345
  1. <?php
  2. //Grab the composer Autoloader!
  3. $autoloader = require dirname(__DIR__) . '/vendor/autoload.php';