mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 21:44:51 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace InvoiceShelf\Http\Resources;
|
||||
|
||||
use Illuminate\Http\Resources\Json\JsonResource;
|
||||
use InvoiceShelf\Models\Module as ModelsModule;
|
||||
use InvoiceShelf\Models\Setting;
|
||||
use Illuminate\Http\Resources\Json\JsonResource;
|
||||
use Nwidart\Modules\Facades\Module;
|
||||
|
||||
class ModuleResource extends JsonResource
|
||||
@@ -50,7 +50,7 @@ class ModuleResource extends JsonResource
|
||||
'update_available' => $this->updateAvailable(),
|
||||
'video_link' => $this->video_link,
|
||||
'video_thumbnail' => $this->video_thumbnail,
|
||||
'links' => $this->links
|
||||
'links' => $this->links,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user