init.php
13 lines
| 1 | <?php |
| 2 | |
| 3 | namespace FSVendor; |
| 4 | |
| 5 | include './WPDesk/Mutex/Mutex.php'; |
| 6 | include './WPDesk/Mutex/MutexNotFoundInStorage.php'; |
| 7 | include './WPDesk/Mutex/MutexStorage.php'; |
| 8 | include './WPDesk/Mutex/StaticMutexStorage.php'; |
| 9 | include './WPDesk/Mutex/WordpressMySQLLockMutex.php'; |
| 10 | include './WPDesk/Mutex/WordpressPostMutex.php'; |
| 11 | include './WPDesk/Mutex/WordpressWpdb.php'; |
| 12 | include './WPDesk/functions.php'; |
| 13 |