We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86bfeb3 commit 40c0a0eCopy full SHA for 40c0a0e
database/seeds/AddEssayFifteenSemanticsSeeder.php
@@ -33,11 +33,12 @@ public function run()
33
]);
34
35
// insert libraries languages
36
- $this->insertLibrariesLanguages($h5pFibLibId);
+ $this->insertDependentLibraries($h5pFibLibId);
37
}
38
39
40
- /**
+
41
+ /**
42
* Insert Dependent Libraries
43
* @param $h5pFibLibId
44
*/
0 commit comments