1
0
mirror of https://github.com/flarum/core.git synced 2025-06-21 02:12:26 +02:00

Case-sensitive filename changes

This commit is contained in:
Toby Zerner
2015-07-15 15:54:34 +09:30
parent 88b754ee8d
commit 76678f72f2
21 changed files with 0 additions and 0 deletions

3
js/lib/models/Forum.js Normal file

@ -0,0 +1,3 @@
import Model from 'flarum/Model';
export default class Forum extends Model {}