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