mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +02:00
Make StyleCI happy
This commit is contained in:
@@ -73,13 +73,13 @@ abstract class AbstractModel extends Eloquent
|
||||
public function __construct(array $attributes = [])
|
||||
{
|
||||
$defaults = [];
|
||||
|
||||
|
||||
static::$dispatcher->fire(
|
||||
new ConfigureModelDefaultAttributes($this, $defaults)
|
||||
);
|
||||
|
||||
$this->attributes = $defaults;
|
||||
|
||||
|
||||
parent::__construct($attributes);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user