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
303
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
ad7aa06f
Commit
ad7aa06f
authored
just now
by
Ben Hayward
Browse files
Options
Download
Minor fixes
parent
9da8447b
fix/spam-detection-webm-1193
1 merge request
!412
[Sprint/SillySheep](fix): Failing spam detection on staging causing issues when uploading media #1193
Pipeline
#100396994
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Entities/Video.php
View file @
ad7aa06f
...
...
@@ -307,9 +307,11 @@ class Video extends MindsObject
}
/**
* Set description
* @return Image
*/
* Set description
*
* @param string $description - description to be set.
* @return Video
*/
public
function
setDescription
(
$description
)
:
Video
{
$this
->
description
=
$description
;
...
...
This diff is collapsed.
Please
register
or
sign in
to comment