Model
abstract class Model extends Model (View source)
Base class for a Waterhole Eloquent model.
Waterhole Models are unguarded by default. The preferred convention to
keep the application secure is to ensure all data is validated (often via
the ValidatesData trait) prior to filling.
Properties
| static protected | $unguarded |
Methods
getConnectionName()
No description
Details
getConnectionName()
No description