Skip to content

Commit

Permalink
Update StoreBuildingRequest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OhmygoodR authored May 11, 2024
1 parent 988ea2f commit 859b368
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/Http/Requests/StoreBuildingRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@ public function rules()
'name' => 'required'
];
}

public function messages(){
return [
'name'=>'Please enter the name'
];
}
}

0 comments on commit 859b368

Please sign in to comment.