Multiple exception bug fixes identified during testing
This commit is contained in:
@@ -86,7 +86,7 @@ final class Echomail extends Model implements Packet
|
||||
|
||||
/* ATTRIBUTES */
|
||||
|
||||
public function getKludgesAttribute(string $value): Collection
|
||||
public function getKludgesAttribute(?string $value): Collection
|
||||
{
|
||||
return collect($this->castAttribute('kludges',$value));
|
||||
}
|
||||
|
Reference in New Issue
Block a user