File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
],
19
19
"require" : {
20
20
"php" : " >=5.5.0" ,
21
- "doctrine/migrations" : " ~1.0 .0" ,
21
+ "doctrine/migrations" : " ~1.1 .0" ,
22
22
"illuminate/contracts" : " ~5.1" ,
23
23
"illuminate/console" : " ~5.1" ,
24
24
"illuminate/support" : " ~5.1" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public function make(Connection $connection)
50
50
$ this ->config ->get ('migrations.naming_strategy ' , DefaultNamingStrategy::class)
51
51
));
52
52
53
- $ configuration ->setMigrationFinder ($ configuration ->getNamingStrategy ()->getFinder ());
53
+ $ configuration ->setMigrationsFinder ($ configuration ->getNamingStrategy ()->getFinder ());
54
54
55
55
$ directory = $ this ->config ->get ('migrations.directory ' , database_path ('migrations ' ));
56
56
$ configuration ->setMigrationsDirectory ($ directory );
You can’t perform that action at this time.
0 commit comments