Skip to content

Commit

Permalink
rename migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Baettig committed Jan 9, 2020
1 parent 8682707 commit 33e1476
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
use Illuminate\Database\Migrations\Migration;
use OnlineVerkaufen\Subscriptions\Models\Feature;

/** @noinspection AutoloadingIssuesInspection */

class Plan extends Migration
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;

/** @noinspection AutoloadingIssuesInspection */

class Image extends Migration
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;

/** @noinspection AutoloadingIssuesInspection */

class Post extends Migration
{
/**
Expand Down

0 comments on commit 33e1476

Please sign in to comment.