Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 12cb483

Browse files
committed
Apply fixes from StyleCI
1 parent d1a232c commit 12cb483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/HasEncryptedAttributes.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public function decryptedAttribute($value)
174174

175175
$offset = strpos($value, $characters['stop']['string']);
176176

177-
throw_if($offset === false, DecryptException::class, "Cannot decrypt model attribute with no package header!");
177+
throw_if($offset === false, DecryptException::class, 'Cannot decrypt model attribute with no package header!');
178178

179179
$value = substr($value, $offset);
180180

0 commit comments

Comments
 (0)