1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

fix linter

This commit is contained in:
Damodar Lohani 2022-07-03 01:09:11 +00:00
parent 1c1442a4fc
commit 69a036b2b7

View file

@ -123,7 +123,7 @@ trait ProjectCustom
'webhookId' => $webhook['body']['$id'],
'signatureKey' => $webhook['body']['signatureKey'],
];
if($fresh) {
if ($fresh) {
return $project;
}
self::$project = $project;