Prepare Beta Version

This commit is contained in:
2025-05-29 10:05:27 -06:00
parent a7002701f5
commit ea6b04f3f4
254 changed files with 5653 additions and 6569 deletions

View File

@ -90,7 +90,7 @@ El evento registrado se almacena en la tabla `security_events`, con campos como:
Si tienes habilitado el trait `HasGeolocation`, el sistema hace *GeoIP Lookup* por IP:
```php
use Koneko\VuexyAdmin\Support\Traits\Helpers\HasGeolocation;
use Koneko\VuexyAdmin\Support\Traits\Geolocation\HasGeolocation;
```
---