File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
user_guide_src/source/dbmgmt Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -323,17 +323,17 @@ Class Reference
323323 :returns: The current MigrationRunner instance
324324 :rtype: CodeIgniter\\ Database\\ MigrationRunner
325325
326- Sets the path the library should look for migration files::
326+ Sets the namespace the library should look for migration files::
327327
328- $migration->setNamespace($path )
328+ $migration->setNamespace($namespace )
329329 ->latest();
330330 .. php :method :: setGroup($group)
331331
332332 :param string $group: database group name.
333333 :returns: The current MigrationRunner instance
334334 :rtype: CodeIgniter\\ Database\\ MigrationRunner
335335
336- Sets the path the library should look for migration files::
336+ Sets the group the library should look for migration files::
337337
338- $migration->setNamespace($path )
338+ $migration->setGroup($group )
339339 ->latest();
You can’t perform that action at this time.
0 commit comments