Skip to content

Commit

Permalink
Panel - include vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
williamniemiec committed Jun 10, 2022
1 parent 488af4c commit c68d81f
Show file tree
Hide file tree
Showing 502 changed files with 37,930 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.settings/
.buildpath
.classpath
vendor/
./vendor/
composer.lock
.vscode
7 changes: 7 additions & 0 deletions panel/vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

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

return ComposerAutoloaderInit4630986360581f4723d10687d24d5d01::getLoader();
Loading

0 comments on commit c68d81f

Please sign in to comment.