mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 08:04:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
06703921f0
commit
eda9895595
1 changed files with 5 additions and 3 deletions
|
|
@ -147,9 +147,11 @@ trait VirtualColumn
|
|||
static::$afterListeners[$event][] = $callback;
|
||||
}
|
||||
|
||||
public function getCasts(){return array_merge(parent::getCasts(), [
|
||||
static::getDataColumn() => 'array',
|
||||
]);
|
||||
public function getCasts()
|
||||
{
|
||||
return array_merge(parent::getCasts(), [
|
||||
static::getDataColumn() => 'array',
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue