11 lines
		
	
	
		
			197 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			197 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace Illuminate\Database\Events;
 | 
						|
 | 
						|
use Illuminate\Contracts\Database\Events\MigrationEvent as MigrationEventContract;
 | 
						|
 | 
						|
class MigrationsEnded implements MigrationEventContract
 | 
						|
{
 | 
						|
    //
 | 
						|
}
 |