Skip to content

Commit

Permalink
Fix migration for Profile Links #52
Browse files Browse the repository at this point in the history
  • Loading branch information
chx2 committed Mar 4, 2021
1 parent d4ca1ff commit 1ed7dac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Illuminate\Support\Facades\Schema;
use Tipoff\Locations\Models\Location;

class CreateProfileLinkTable extends Migration
class CreateProfileLinksTable extends Migration
{
public function up()
{
Expand Down

0 comments on commit 1ed7dac

Please sign in to comment.