A super easy PHP Framework for web development!
				https://github.com/exacti/phacil-framework
			
			
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							31 lines
						
					
					
						
							820 B
						
					
					
				
			
		
		
	
	
							31 lines
						
					
					
						
							820 B
						
					
					
				<?php
 | 
						|
 | 
						|
// autoload_static.php @generated by Composer
 | 
						|
 | 
						|
namespace Composer\Autoload;
 | 
						|
 | 
						|
class ComposerStaticInit301ac16403f2b6bfc7e114ab0baaa05c
 | 
						|
{
 | 
						|
    public static $prefixLengthsPsr4 = array (
 | 
						|
        'D' => 
 | 
						|
        array (
 | 
						|
            'Dwoo\\' => 5,
 | 
						|
        ),
 | 
						|
    );
 | 
						|
 | 
						|
    public static $prefixDirsPsr4 = array (
 | 
						|
        'Dwoo\\' => 
 | 
						|
        array (
 | 
						|
            0 => __DIR__ . '/..' . '/dwoo/dwoo/lib/Dwoo',
 | 
						|
        ),
 | 
						|
    );
 | 
						|
 | 
						|
    public static function getInitializer(ClassLoader $loader)
 | 
						|
    {
 | 
						|
        return \Closure::bind(function () use ($loader) {
 | 
						|
            $loader->prefixLengthsPsr4 = ComposerStaticInit301ac16403f2b6bfc7e114ab0baaa05c::$prefixLengthsPsr4;
 | 
						|
            $loader->prefixDirsPsr4 = ComposerStaticInit301ac16403f2b6bfc7e114ab0baaa05c::$prefixDirsPsr4;
 | 
						|
 | 
						|
        }, null, ClassLoader::class);
 | 
						|
    }
 | 
						|
}
 | 
						|
 |