Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
5b3dbb4e
Commit
5b3dbb4e
authored
Dec 02, 2014
by
Morris Jobke
Browse files
add missing public interface for iOS client app id
parent
e9029f94
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/public/defaults.php
View file @
5b3dbb4e
...
...
@@ -144,4 +144,12 @@ class Defaults {
public
function
getLongFooter
()
{
return
$this
->
defaults
->
getLongFooter
();
}
/**
* Returns the AppId for the App Store for the iOS Client
* @return string AppId
*/
public
function
getiTunesAppId
()
{
return
$this
->
defaults
->
getiTunesAppId
();
}
}
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