1
0
mirror of https://github.com/flarum/core.git synced 2025-05-13 10:55:40 +02:00
2015-05-02 08:18:45 +09:30

6 lines
103 B
JavaScript

import Session from 'flarum/session';
export default function(app) {
app.session = new Session();
}