mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Fixed a duplicate class name.
This commit is contained in:
parent
33c328fc08
commit
f34000b100
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
|
||||
class CreateRevisionsTable extends Migration
|
||||
class CreateCustomizedRevisionsTable extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
|
|
Loading…
Reference in a new issue