mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	Merge remote-tracking branch 'upstream/master' into develop
This commit is contained in:
		
						commit
						c64364ce60
					
				
							
								
								
									
										2
									
								
								bin/mage
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								bin/mage
									
									
									
									
									
								
							@ -18,6 +18,8 @@ define('MAGALLANES_DIRECTORY', $baseDir);
 | 
			
		||||
 | 
			
		||||
if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
 | 
			
		||||
    require_once __DIR__ . '/../vendor/autoload.php';
 | 
			
		||||
} else if (file_exists(__DIR__ . '/../../../autoload.php')) {
 | 
			
		||||
    require_once __DIR__ . '/../../../autoload.php';
 | 
			
		||||
} else {
 | 
			
		||||
    require_once $baseDir . '/Mage/Autoload.php';
 | 
			
		||||
    $loader = new \Mage\Autoload();
 | 
			
		||||
 | 
			
		||||
@ -14,8 +14,8 @@
 | 
			
		||||
    "autoload": {
 | 
			
		||||
        "psr-4": {
 | 
			
		||||
            "Mage\\": "./Mage",
 | 
			
		||||
            "Task\\": ".mage/tasks",
 | 
			
		||||
            "Command\\": ".mage/commands"
 | 
			
		||||
            "Task\\": [".mage/tasks", "../../../.mage/tasks"],
 | 
			
		||||
            "Command\\": [".mage/tasks", "../../../.mage/commands"]
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "config": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user