Fix capitalization of migration file name
This commit is contained in:
parent
e80af4a95d
commit
5cda4c0dd9
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
|
||||
class WePayAch extends Migration
|
||||
class WepayAch extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue