1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-12 16:58:37 +00:00
This commit is contained in:
Jeremy Benoist 2017-07-24 11:52:43 +02:00
parent c6c45673af
commit 459374022f
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -80,10 +80,10 @@ abstract class BrowserController extends Controller
*/
abstract protected function getImportService();
/**
* Return the template used for the form.
*
* @return string
*/
abstract protected function getImportTemplate();
/**
* Return the template used for the form.
*
* @return string
*/
abstract protected function getImportTemplate();
}