golden hour
/home/godaofbq/besthyperbaric.com/wp-content/plugins/fluentform/app/Modules/Ai
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
420 B
Del
OK
AiController.php
188 B
Del
OK
AiFormBuilder.php
16.61 KB
Del
OK
FluentFormAIAPI.php
1.75 KB
Del
OK
Edit: AiController.php
<?php namespace FluentForm\App\Modules\Ai; /** * Handling Ai Module. * * @since 6.0.0 */ class AiController { public function boot() { new AiFormBuilder(); } }
Save