mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 06:13:45 +02:00
Apply fixes from StyleCI (#294)
This commit is contained in:
@@ -68,10 +68,10 @@ class Allocation extends Model
|
||||
* Accessor to quickly determine if this allocation has an alias.
|
||||
*
|
||||
* @param null|string $value
|
||||
* @return boolean
|
||||
* @return bool
|
||||
*/
|
||||
public function getHasAliasAttribute($value)
|
||||
{
|
||||
return (! is_null($this->ip_alias));
|
||||
return ! is_null($this->ip_alias);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user