mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 23:29:57 +08:00

An initial stab at flarum/core#126. Still WIP. Preliminary implementation of flarum/core#128 and flarum/core#13.
6 lines
87 B
JavaScript
6 lines
87 B
JavaScript
import Model from 'flarum/model';
|
|
|
|
class Forum extends Model {}
|
|
|
|
export default Forum;
|