mirror of
https://github.com/anonaddy/anonaddy
synced 2026-04-26 01:25:06 +02:00
Added Laravel Pint for formatting
This commit is contained in:
@@ -24,7 +24,7 @@ class UpdateBannerLocationRequest extends FormRequest
|
||||
public function rules()
|
||||
{
|
||||
return [
|
||||
'banner_location' => 'required|string|in:top,bottom,off'
|
||||
'banner_location' => 'required|string|in:top,bottom,off',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user