From 68afc74b03f83bb072944911c15af60433280ace Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 10 Nov 2019 23:26:23 +0100 Subject: Formatting to follow PSR-12 --- src/Models/LogEntry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Models/LogEntry.php') diff --git a/src/Models/LogEntry.php b/src/Models/LogEntry.php index 53f72b65..8a73d305 100644 --- a/src/Models/LogEntry.php +++ b/src/Models/LogEntry.php @@ -24,7 +24,7 @@ class LogEntry extends BaseModel public $timestamps = true; /** @var null Disable updated_at */ - const UPDATED_AT = null; + public const UPDATED_AT = null; /** * The attributes that are mass assignable. -- cgit v1.2.3-54-g00ecf