diff options
| author | Thomas Grothe <grothe.tr@gmail.com> | 2026-04-11 17:49:42 -0400 |
|---|---|---|
| committer | Thomas Grothe <grothe.tr@gmail.com> | 2026-04-11 17:49:42 -0400 |
| commit | d4f97aa956be051dd5b9a184557106dc7de112ac (patch) | |
| tree | e4c73c93408b5fbc4cc1b92cabcaceaaebbb1833 /app/Http/Requests/StoreQuoteRequest.php | |
| parent | bcac54576d7309ac0471a7be5664c5a4e8d7349e (diff) | |
| parent | 054c19bf65beb43d0dd6137f9bf16cf8ca9f6190 (diff) | |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'app/Http/Requests/StoreQuoteRequest.php')
| -rw-r--r-- | app/Http/Requests/StoreQuoteRequest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/Requests/StoreQuoteRequest.php b/app/Http/Requests/StoreQuoteRequest.php index e9859fb..68f1158 100644 --- a/app/Http/Requests/StoreQuoteRequest.php +++ b/app/Http/Requests/StoreQuoteRequest.php @@ -11,7 +11,7 @@ class StoreQuoteRequest extends FormRequest */ public function authorize(): bool { - return false; + return true; } /** |
