1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-12 09:24:42 +00:00
friendica-github/mod/session.php
Hypolite Petovan 20043914e6 Move App to src
- Add `use Friendica\App;` wherever needed
2017-05-02 22:59:36 -04:00

7 lines
65 B
PHP

<?php
use Friendica\App;
function session_content(App $a) {
}