mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:11:56 +08:00
Apply fixes from StyleCI
This commit is contained in:
parent
a9810ffb4c
commit
b75d5c6670
@ -29,7 +29,7 @@ return [
|
||||
(new Extend\Model(Post::class))
|
||||
->belongsToMany('likes', User::class, 'post_likes', 'post_id', 'user_id'),
|
||||
|
||||
new Extend\Locales(__DIR__ . '/locale'),
|
||||
new Extend\Locales(__DIR__.'/locale'),
|
||||
|
||||
function (Dispatcher $events) {
|
||||
$events->subscribe(Listener\AddPostLikesRelationship::class);
|
||||
|
Loading…
x
Reference in New Issue
Block a user