(Grav GitSync) Automatic Commit from GitSync
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
// autoload_classmap.php @generated by Composer
|
||||
|
||||
$vendorDir = dirname(__DIR__);
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
|
||||
'Grav\\Plugin\\GitSyncPlugin' => $baseDir . '/git-sync.php',
|
||||
'SebastianBergmann\\Git\\Exception' => $vendorDir . '/sebastian/git/src/Exception/Exception.php',
|
||||
'SebastianBergmann\\Git\\Git' => $vendorDir . '/sebastian/git/src/Git.php',
|
||||
'SebastianBergmann\\Git\\RuntimeException' => $vendorDir . '/sebastian/git/src/Exception/RuntimeException.php',
|
||||
);
|
||||
Reference in New Issue
Block a user