style: Pint 포맷팅 적용
This commit is contained in:
@@ -102,6 +102,6 @@ public function getMaskedApiKeyAttribute(): string
|
||||
return $this->api_key;
|
||||
}
|
||||
|
||||
return substr($this->api_key, 0, 8) . str_repeat('*', 8) . '...';
|
||||
return substr($this->api_key, 0, 8).str_repeat('*', 8).'...';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user