2018-03-20 09:50:40 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace App\Interfaces;
|
|
|
|
|
2018-03-20 10:01:32 +08:00
|
|
|
/**
|
|
|
|
* Class Migration
|
|
|
|
* @package App\Interfaces
|
|
|
|
*/
|
2018-03-20 09:50:40 +08:00
|
|
|
abstract class Migration extends \Illuminate\Database\Migrations\Migration
|
|
|
|
{
|
2018-03-20 10:01:32 +08:00
|
|
|
|
2018-03-20 09:50:40 +08:00
|
|
|
}
|