BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
database
/
factories
📤 Upload
📝 New File
📁 New Folder
Close
Editing: SettingTwoFactory.php
<?php namespace Database\Factories; use App\Models\SettingTwo; use Illuminate\Database\Eloquent\Factories\Factory; class SettingTwoFactory extends Factory { protected $model = SettingTwo::class; public function definition(): array { return [ 'daily_voice_limit_enabled' => false, ]; } }
Save
Cancel