Skip to content

Commit

Permalink
fix(feed): Fixed feed topic user links table migration classname
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Jul 30, 2018
1 parent 43ea211 commit e3cafaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;

class CreateFeedTopicFollowersTable extends Migration
class CreateFeedTopicUserLinksTable extends Migration
{
/**
* Run the migrations.
Expand Down

0 comments on commit e3cafaa

Please sign in to comment.