1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-25 07:41:30 +02:00

Modifications to $database->getPrimaryKey() method (I thought these were in the previous commit that added this method but looks like they weren't)

This commit is contained in:
Ryan Cramer
2021-07-23 09:52:46 -04:00
parent 119ee9ab8c
commit 6368910434
2 changed files with 21 additions and 9 deletions

View File

@@ -261,6 +261,8 @@ class Sanitizer extends Wire {
'intSigned' => 'i',
'intUnsigned' => 'i',
'kebabCase' => 's',
'line' => 's',
'lines' => 's',
'markupToLine' => 's',
'markupToText' => 's',
'max' => 'fi',