[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.118.162.166: ~ $
<?php
/**
 * LearnDash Libraries Provider class.
 *
 * @since 4.16.0
 *
 * @package LearnDash\Core
 */

namespace LearnDash\Core\Libraries;

use StellarWP\Learndash\lucatume\DI52\ContainerException;
use StellarWP\Learndash\lucatume\DI52\ServiceProvider;

/**
 * Service provider class for initializing libraries.
 *
 * @since 4.16.0
 */
class Provider extends ServiceProvider {
	/**
	 * Register service providers.
	 *
	 * @since 4.16.0
	 *
	 * @throws ContainerException If there's an issue while trying to bind the implementation.
	 *
	 * @return void
	 */
	public function register(): void {
		$this->container->register( Assets\Provider::class );
	}
}

Filemanager

Name Type Size Permission Actions
Assets Folder 0755
Provider.php File 656 B 0644