Help explain how filament knows to load the model for the form?
I'm looking at this code example to learn but I'm baffled how the form knows to use the model for the setting...???
line 13
protected static string $settings = AppSettings::class;
How the hell does filament know to load that into the form... what magic is going on? I can't find how this component is even loaded.
https://github.com/cachethq/core/blob/9b9a18683d4a38316c20bdb21b4bc25277f18f3b/src/Filament/Pages/ManageCachet.php#L9
GitHub
core/src/Filament/Pages/ManageCachet.php at 9b9a18683d4a38316c20bdb...
🚦 The core of Cachet, the open-source status page system. - cachethq/core
0 Replies