15 lines
339 B
PHP
15 lines
339 B
PHP
|
<?php
|
||
|
|
||
|
/*
|
||
|
* This file is part of the Cache package.
|
||
|
*
|
||
|
* Copyright (c) Daniel González
|
||
|
*
|
||
|
* For the full copyright and license information, please view the LICENSE
|
||
|
* file that was distributed with this source code.
|
||
|
*
|
||
|
* @author Daniel González <daniel@desarrolla2.com>
|
||
|
*/
|
||
|
|
||
|
$loader = require_once __DIR__.'/../vendor/autoload.php';
|