laravel pint format

This commit is contained in:
itsAzaria
2026-02-19 00:40:35 +00:00
parent ac4b6f166f
commit e2fbce88c4
6 changed files with 34 additions and 32 deletions
+2 -1
View File
@@ -15,6 +15,7 @@ class Pastecord
'timeout' => 5.0,
]);
}
public function upload(string $content): string
{
try {
@@ -28,7 +29,7 @@ class Pastecord
$data = json_decode($response->getBody(), true);
return self::API_BASE_URL . '/' . $data['key'];
return self::API_BASE_URL.'/'.$data['key'];
} catch (\Exception $e) {
return null;
}