mirror of https://github.com/pixelfed/pixelfed
Remove StatusLabelService entirely
Inline the static label value directly in StatusTransformer and StatusStatelessTransformer, then delete the now-unused service class.pull/6576/head
parent
41089fcccd
commit
ace2b962af
@ -1,15 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services;
|
||||
|
||||
use App\Status;
|
||||
|
||||
class StatusLabelService
|
||||
{
|
||||
public static function get(Status $status)
|
||||
{
|
||||
return [
|
||||
'covid' => false,
|
||||
];
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue