9 lines
		
	
	
		
			66 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			66 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace App\Commands;
 | |
| 
 | |
| abstract class Command
 | |
| {
 | |
|     //
 | |
| }
 | 
