FieldFog
9 posts

FieldFog
@FieldFogHQ
Supercharged Field Service Software
Katılım Nisan 2024
34 Takip Edilen3 Takipçiler

@FieldFogHQ Hello, we are working on getting ticket acceptance in place, I am sorry for the inconvenience caused. ^GG
English

⚠️the emergency services dealing with an incident near the railway between Portsmouth & Southsea and Havant.
Trains may be cancelled, delayed or revised because of this problem.
More information: southwesternrailway.com/disruption
English

@manairport any idea what’s going on in domestic arrivals? There’s hundreds of us crammed into an escalator not moving

English

@hsjjjstca @RelationCentre1 That is a scam account, not the official SWR one.
English

@johnrushx @adamwathan The opposite of this, text leads to big gaps in intent versus perception. Face to face (or as a less good alternative, video chat) allow you to pick up on these cues and either explain in a different way or expand on what you’re saying.
English

@adamwathan switch to text-only communication vs offline or video.
it's way easier to be honest in text
English

@magadum_aniket Particularly useful for arrays where you can set an empty array as the default rather than testing for null values.
English

Hey Laravel Developers 👩💻
Models in Laravel are hydrated as and when we set attributes on them.
But sometimes we might want some attributes to be set on the model by default, in case they are not provided by the developer.
In that case, we can override the $attributes protected property on the model class to specify any such defaults.
This approach has a bonus advantage over just setting the default in the database, that is we immediately get to access the default attribute on the model instead of querying/refreshing again from the database.
#laravel #php

English

