Use composer autoload.php instead of custom boostrap.php
This commit is contained in:
		@@ -1,3 +1,6 @@
 | 
				
			|||||||
<?php
 | 
					<?php
 | 
				
			||||||
 | 
					
 | 
				
			||||||
require_once __DIR__ . '/../app/Bootstrap.php';
 | 
					/**
 | 
				
			||||||
 | 
					 * Composer autoload
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
						require_once __DIR__ . '/../vendor/autoload.php';
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user