mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -04:00
Add some safe functions and minor cleanup
This commit is contained in:
parent
c24b59ec62
commit
c9ebd71587
4 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
use function Safe\apcu_fetch;
|
||||
use function Safe\natsort;
|
||||
use function Safe\preg_replace;
|
||||
use function Safe\sleep;
|
||||
use function Safe\usort;
|
||||
|
||||
class Library{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue