Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
autoloader
  • Loading branch information
briankelleher committed Dec 7, 2016
1 parent cbdf289 commit e6472e5
Show file tree
Hide file tree
Showing 11 changed files with 1,586 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,5 +1,7 @@
/api/vendor/*
!/api/vendor/slim/
!/api/vendor/autoload.php
!/api/vendor/composer/

# OS generated files
.DS_Store
Expand Down
7 changes: 7 additions & 0 deletions api/vendor/autoload.php
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitd29978e801a477b0641b745ecae5c099::getLoader();

0 comments on commit e6472e5

Please sign in to comment.