Skip to content

Commit

Permalink
OrmSchemaUpdateTool::run(): Added internal.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Sep 11, 2019
1 parent 9c8d8c9 commit 09448fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/OrmSchemaUpdateTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ class OrmSchemaUpdateTool
*/
private static $container;

/**
* @internal
*/
public static function run(): void
{
if (self::$container === null) {
Expand Down

0 comments on commit 09448fa

Please sign in to comment.