Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
xiphon
CCS Backend
Commits
8b9073d8
Commit
8b9073d8
authored
Jan 27, 2019
by
xiphon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix QR code generation, use appropriate 'address_uri' property
parent
88ce6b4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/Project.php
app/Project.php
+1
-1
No files found.
app/Project.php
View file @
8b9073d8
...
...
@@ -59,7 +59,7 @@ class Project extends Model
}
public
function
generateQrcode
()
{
return
QrCode
::
format
(
'png'
)
->
size
(
500
)
->
generate
(
$this
->
uri
);
return
QrCode
::
format
(
'png'
)
->
size
(
500
)
->
generate
(
$this
->
address_
uri
);
}
public
function
getQrCodeSrcAttribute
()
{
...
...
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