Blame view

vendor/cebe/markdown/tests/bootstrap.php 112 Bytes
2e86c939   xu   “首次提交”
1
2
3
4
5
<?php

if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
	require(__DIR__ . '/../vendor/autoload.php');
}