Logo
Explore Help
Register Sign In
starred/panel-pelican-dev
1
0
Fork 0
You've already forked panel-pelican-dev
mirror of https://github.com/pelican-dev/panel.git synced 2026-05-04 18:00:48 +03:00
Code Issues 41 Packages Projects Releases 10 Wiki Activity
Files
2d643ec79f96e108b31f4cf1eaefd29de50b48db
panel-pelican-dev/app/Http/Requests/Admin/BaseFormRequest.php

14 lines
220 B
PHP
Raw Normal View History

Push more changes to DBHost service. Currently updating via the frontend is broken if you don't provide an actual node to attach it to.
2017-06-17 19:48:31 -05:00
<?php
Switch namespace back to App
2024-03-12 22:39:16 -04:00
namespace App\Http\Requests\Admin;
Push more changes to DBHost service. Currently updating via the frontend is broken if you don't provide an actual node to attach it to.
2017-06-17 19:48:31 -05:00
class BaseFormRequest extends AdminFormRequest
{
Upgrade to Laravel 9 (#4413) Co-authored-by: DaneEveritt <dane@daneeveritt.com>
2022-10-14 10:59:20 -06:00
public function rules(): array
Push more changes to DBHost service. Currently updating via the frontend is broken if you don't provide an actual node to attach it to.
2017-06-17 19:48:31 -05:00
{
return [
'company' => 'required|between:1,256',
];
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 138ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API