X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FSession%2FISession.php;h=a2046e915c63c21b4a3e18e230384460586beee5;hb=02c40ad1cbc66cadea77180b8b9340521381cce5;hp=006cc6ce6aa48d5cb50b0a33e92e4712f8b8084e;hpb=555513e4b48e948bdfd64bba833e0ccf222c0b2b;p=friendica.git diff --git a/src/Core/Session/ISession.php b/src/Core/Session/ISession.php index 006cc6ce6a..a2046e915c 100644 --- a/src/Core/Session/ISession.php +++ b/src/Core/Session/ISession.php @@ -2,8 +2,9 @@ namespace Friendica\Core\Session; -use Friendica\BaseObject; - +/** + * Contains all global supported Session methods + */ interface ISession { /**