Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

李洋 / 消息系统

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Find file
Normal viewHistoryPermalink
Switch branch/tag
  • CMS-Message
  • vendor
  • autoload.php
autoload.php 427 Bytes
李洋's avatar
Initial commit
60b5dc25
 
李洋 committed 7 years ago
1 2 3 4
<?php

// autoload.php @generated by Composer

Joneq's avatar
通知系统开发
91e27849
 
Joneq committed 2 years ago
5 6 7 8 9
if (PHP_VERSION_ID < 50600) {
    echo 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
    exit(1);
}

孙龙's avatar
批量上传 导入发送消息 邮件
88f7fb89
 
孙龙 committed 5 years ago
10
require_once __DIR__ . '/composer/autoload_real.php';
李洋's avatar
Initial commit
60b5dc25
 
李洋 committed 7 years ago
11 12

return ComposerAutoloaderInit207e6e0c20b937d4ce6e1ee236483f64::getLoader();