Fix formatting and interfaces in nearly every file
This commit is contained in:
7
app/Interfaces/Migration.php
Normal file
7
app/Interfaces/Migration.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace App\Interfaces;
|
||||
|
||||
abstract class Migration extends \Illuminate\Database\Migrations\Migration
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user