Skip to content

Commit a5e2571

Browse files
committed
refactor: change migration class to extend BaseMigration
1 parent 40f979a commit a5e2571

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/Migrations/20170907030013_CreateRememberMeTokens.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

3-
use Migrations\AbstractMigration;
3+
use Migrations\BaseMigration;
44

5-
class CreateRememberMeTokens extends AbstractMigration
5+
class CreateRememberMeTokens extends BaseMigration
66
{
77

88
/**

0 commit comments

Comments
 (0)