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 826c5a8 commit 938f2abCopy full SHA for 938f2ab
README.md
@@ -207,7 +207,7 @@ class Post extends Auditing
207
public static $logCustomMessage = '{user.name|Anonymous} {type} a post {elapsed_time}'; // with default value
208
public static $logCustomFields = [
209
'title' => 'The title was defined as "{new.title||getNewTitle}"', // with callback method
210
- 'ip' => 'Registered from the address {ip|route|getAnotherthing}',
+ 'ip' => 'Registered from the address {ip||getAnotherthing}',
211
'publish_date' => [
212
'created' => 'Publication date: {new.publish_date}',
213
'updated' => 'The post publication date has been updated from {old.publish_date} to {new.publish_date}'
0 commit comments