Browse Source

Added missing `@since`

tags/2.0.10
Klimov Paul 8 years ago
parent
commit
0450b2002a
  1. 5
      framework/console/controllers/BaseMigrateController.php

5
framework/console/controllers/BaseMigrateController.php

@ -625,8 +625,9 @@ abstract class BaseMigrateController extends Controller
/**
* Returns the file path matching the give namespace.
* @param string $namespace namespace
* @return string file path
* @param string $namespace namespace.
* @return string file path.
* @since 2.0.10
*/
private function getNamespacePath($namespace)
{

Loading…
Cancel
Save