andrewdwallo / erpsaas

A Laravel and Filament-powered accounting platform, crafting a modern and automated solution for financial management.
MIT License
580 stars 166 forks source link

Added check for empty phone record on employee #20

Closed bmckay959 closed 1 year ago

bmckay959 commented 1 year ago

When creating an employee, the phone number is not required, but the table was throwing an error for empty values.

Pint also ran on save for this file cleaning up some white space.