Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sander Snel
PixFed
Commits
02e5abf3
Unverified
Commit
02e5abf3
authored
Aug 29, 2019
by
trwnh
Committed by
GitHub
Aug 29, 2019
Browse files
read IMAGE_DRIVER from env
parent
58a9ca66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config/image.php
config/image.php
+1
-1
No files found.
config/image.php
View file @
02e5abf3
...
...
@@ -15,6 +15,6 @@ return [
|
*/
'driver'
=>
'gd'
,
'driver'
=>
env
(
'IMAGE_DRIVER'
,
'gd'
)
,
];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment