mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -63,7 +63,6 @@ use Illuminate\Support\Carbon;
|
||||
*/
|
||||
class Location extends Model
|
||||
{
|
||||
|
||||
/**
|
||||
* The attributes that should be casted to native types.
|
||||
*
|
||||
@@ -117,5 +116,4 @@ class Location extends Model
|
||||
{
|
||||
return $this->morphTo();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user