aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/Entry.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-06 07:45:32 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-06 07:45:32 +0100
commitbe463487cc195026b11e92f1d6d6276f5851b97e (patch)
tree5d5bd15db7ae19994da55574ade821acdc115c36 /src/Wallabag/CoreBundle/Helper/Entry.php
parent905ae369bd0238cc24c3c4e0ac60d578d30b54bb (diff)
downloadwallabag-be463487cc195026b11e92f1d6d6276f5851b97e.tar.gz
wallabag-be463487cc195026b11e92f1d6d6276f5851b97e.tar.zst
wallabag-be463487cc195026b11e92f1d6d6276f5851b97e.zip
rename Entries to Entry
Diffstat (limited to 'src/Wallabag/CoreBundle/Helper/Entry.php')
-rw-r--r--src/Wallabag/CoreBundle/Helper/Entry.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/Entry.php b/src/Wallabag/CoreBundle/Helper/Entry.php
new file mode 100644
index 00000000..219711b3
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Helper/Entry.php
@@ -0,0 +1,7 @@
1<?php
2
3namespace Wallabag\CoreBundle\Helper;
4
5class Entry
6{
7}