Skip to content

Commit

Permalink
[doctrineGH-4503] Make OracleSchemaManager::dropAutoincrement() prote…
Browse files Browse the repository at this point in the history
…cted
  • Loading branch information
morozov committed Apr 10, 2021
1 parent 2a2943c commit 384cbf7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Schema/OracleSchemaManager.php
Expand Up @@ -265,11 +265,9 @@ public function createDatabase(string $database): void
}

/**
* @internal The method should be only used from within the OracleSchemaManager class hierarchy.
*
* @throws Exception
*/
public function dropAutoincrement(string $table): bool
protected function dropAutoincrement(string $table): bool
{
assert($this->_platform instanceof OraclePlatform);

Expand Down

0 comments on commit 384cbf7

Please sign in to comment.