We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495589f commit 81870daCopy full SHA for 81870da
src/Model/Table/SocialProfilesTable.php
@@ -42,18 +42,6 @@ public function initialize(array $config): void
42
parent::initialize($config);
43
44
$this->addBehavior('Timestamp');
45
- }
46
-
47
- /**
48
- * Set custom type of "access_token" column.
49
- *
50
- * @param \Cake\Database\Schema\TableSchemaInterface $schema The table definition fetched from database.
51
- * @return \Cake\Database\Schema\TableSchemaInterface
52
- */
53
- protected function _initializeSchema(TableSchemaInterface $schema): TableSchemaInterface
54
- {
55
- $schema->setColumnType('access_token', 'social-auth.serialized');
56
57
- return $schema;
+ $schema->setColumnType('access_token', 'socialauth.serialize');
58
}
59
0 commit comments