Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
textimage-3242117
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
textimage-3242117
Commits
885cdc63
Commit
885cdc63
authored
5 years ago
by
mondrake
Browse files
Options
Downloads
Patches
Plain Diff
Add call to parent::__construct in TextimageDownloadController for FC
parent
58a36313
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Controller/TextimageDownloadController.php
+3
-0
3 additions, 0 deletions
src/Controller/TextimageDownloadController.php
with
3 additions
and
0 deletions
src/Controller/TextimageDownloadController.php
+
3
−
0
View file @
885cdc63
...
...
@@ -73,6 +73,9 @@ class TextimageDownloadController extends FileDownloadController implements Cont
* The file system service.
*/
public
function
__construct
(
TextimageFactory
$textimage_factory
,
ImageFactory
$image_factory
,
ConfigFactoryInterface
$config_factory
,
LoggerInterface
$logger
,
FileSystemInterface
$file_system
=
NULL
)
{
// @todo in next major, add the 'stream_wrapper_manager' service to the
// constructor to ensure D8.8+ compatibility.
parent
::
__construct
();
$this
->
textimageFactory
=
$textimage_factory
;
$this
->
imageFactory
=
$image_factory
;
$this
->
configFactory
=
$config_factory
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment