Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
301
Merge Requests
39
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
4ba8807f
Commit
4ba8807f
authored
38 minutes ago
by
Ben Hayward
Browse files
Options
Download
Forgot to switch return type
parent
27039ee4
fix/spam-detection-webm-1193
1 merge request
!412
[Sprint/SillySheep](fix): Failing spam detection on staging causing issues when uploading media #1193
Pipeline
#100320140
passed with stages
in 10 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Entities/Image.php
View file @
4ba8807f
...
...
@@ -401,7 +401,7 @@ class Image extends File
* Set description
* @return Image
*/
public
function
setDescription
(
$description
)
:
Video
public
function
setDescription
(
$description
)
:
Image
{
$this
->
description
=
$description
;
return
$this
;
...
...
This diff is collapsed.
Please
register
or
sign in
to comment