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
279
Merge Requests
35
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
76552898
Commit
76552898
authored
30 minutes ago
by
Brian Hatchet
Browse files
Options
Download
missed a return this
parent
1cb1eb80
feat/copy-entity-for-jury
1 merge request
!467
When an entity gets reported, save a copy that can't be edited
Pipeline
#119073019
passed with stages
in 7 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Core/Reports/Report.php
View file @
76552898
...
...
@@ -96,6 +96,7 @@ class Report
public
function
setState
(
string
$state
)
:
Report
{
$this
->
stateChanges
[]
=
$state
;
return
$this
;
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment