OwlCyberSecurity - MANAGER
Edit File: autoload_static.php
<?php // autoload_static.php @generated by Composer namespace Composer\Autoload; class ComposerStaticInite840bf700abba19d8b289215efeb8f1e { public static $prefixLengthsPsr4 = array ( 'P' => array ( 'PressBook\\' => 10, ), ); public static $prefixDirsPsr4 = array ( 'PressBook\\' => array ( 0 => __DIR__ . '/../..' . '/core', ), ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInite840bf700abba19d8b289215efeb8f1e::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInite840bf700abba19d8b289215efeb8f1e::$prefixDirsPsr4; }, null, ClassLoader::class); } }