Created
May 25, 2017 16:00
-
-
Save NandoKstroNet/2d48fbeee4d640c9f3a7d06038aeb91d to your computer and use it in GitHub Desktop.
Arquivo bootstrap do nosso post sobre Silex e Testes da Code Experts Learning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
define('DS', DIRECTORY_SEPARATOR); | |
require __DIR__ . DS . 'vendor' . DS . 'autoload.php'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment