Skip to content

Commit 3594bbf

Browse files
committed
Merge pull request #22 from linuxjuggler/5.2
made the changes so that it will be compatable with 5.2
2 parents 1a6c54d + 68b35e1 commit 3594bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/Migrations/MigrateMakeCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use duxet\Rethinkdb\Migrations\MigrationCreator;
66
use Illuminate\Database\Console\Migrations\MigrateMakeCommand as LaravelMigration;
7-
use Illuminate\Foundation\Composer;
7+
use Illuminate\Support\Composer;
88

99
class MigrateMakeCommand extends LaravelMigration
1010
{
@@ -22,7 +22,7 @@ class MigrateMakeCommand extends LaravelMigration
2222
* Create a new migration install command instance.
2323
*
2424
* @param duxet\Rethinkdb\Migrations\MigrationCreator $creator
25-
* @param \Illuminate\Foundation\Composer $composer
25+
* @param \Illuminate\Support\Composer $composer
2626
*
2727
* @return void
2828
*/

0 commit comments

Comments
 (0)