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:
@@ -261,6 +261,8 @@ class Sanitizer extends Wire {
|
||||
'intSigned' => 'i',
|
||||
'intUnsigned' => 'i',
|
||||
'kebabCase' => 's',
|
||||
'line' => 's',
|
||||
'lines' => 's',
|
||||
'markupToLine' => 's',
|
||||
'markupToText' => 's',
|
||||
'max' => 'fi',
|
||||
|
Reference in New Issue
Block a user