mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +00:00
Check for class loaded on SplClassLoader
This commit is contained in:
parent
ff48b0be53
commit
97f3959e83
@ -1,6 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require("SplAutoloader.php");
|
if(!class_exists("SplAutoloader")){
|
||||||
|
require("SplAutoloader.php");
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SplClassLoader implementation that implements the technical interoperability
|
* SplClassLoader implementation that implements the technical interoperability
|
||||||
|
Loading…
x
Reference in New Issue
Block a user