File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55use Illuminate \Console \Command ;
66use Illuminate \Console \OutputStyle ;
7- use Illuminate \Contracts \ Foundation \ Application ;
7+ use Illuminate \Container \ Container ;
88use Illuminate \Support \Str ;
99use Illuminate \Support \Collection ;
1010use Illuminate \Filesystem \Filesystem ;
@@ -16,7 +16,7 @@ class CommandRunner
1616 /**
1717 * The Laravel application instance.
1818 *
19- * @var Application
19+ * @var Container
2020 */
2121 protected $ laravel ;
2222
@@ -65,13 +65,13 @@ class CommandRunner
6565 /**
6666 * Create a new migrator instance.
6767 *
68- * @param Application $laravel
68+ * @param Container $laravel
6969 * @param DatabaseMigrationRepository $repository
7070 * @param \Illuminate\Database\ConnectionResolverInterface $resolver
7171 * @param \Illuminate\Filesystem\Filesystem $files
7272 */
7373 public function __construct (
74- Application $ laravel ,
74+ Container $ laravel ,
7575 DatabaseMigrationRepository $ repository ,
7676 Resolver $ resolver ,
7777 Filesystem $ files )
You can’t perform that action at this time.
0 commit comments