Skip to content

Commit 40c0a0e

Browse files
committed
Fixed the migration issue
1 parent 86bfeb3 commit 40c0a0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

database/seeds/AddEssayFifteenSemanticsSeeder.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ public function run()
3333
]);
3434

3535
// insert libraries languages
36-
$this->insertLibrariesLanguages($h5pFibLibId);
36+
$this->insertDependentLibraries($h5pFibLibId);
3737
}
3838
}
3939

40-
/**
40+
41+
/**
4142
* Insert Dependent Libraries
4243
* @param $h5pFibLibId
4344
*/

0 commit comments

Comments
 (0)