Set some more methods as final in interfaces
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
namespace App\Interfaces;
|
||||
|
||||
/**
|
||||
* Class Migration
|
||||
* @package App\Interfaces
|
||||
*/
|
||||
abstract class Migration extends \Illuminate\Database\Migrations\Migration
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user