Skip to content

Commit 854e855

Browse files
committed
Add getResourceIdentifier method to DbSchemaResource for PHP 8.3 compatibility
1 parent 4c73e98 commit 854e855

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/Resources/DbSchemaResource.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ public function getResourceName()
102102
return static::RESOURCE_NAME;
103103
}
104104

105+
/**
106+
* {@inheritdoc}
107+
*/
108+
protected static function getResourceIdentifier()
109+
{
110+
return 'name';
111+
}
112+
105113
/**
106114
* {@inheritdoc}
107115
*/

0 commit comments

Comments
 (0)