Skip to content

Commit

Permalink
add safe function
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Oct 28, 2023
1 parent fb258ca commit b5e544e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
use Illuminate\Support\Facades\Gate;
use Inertia\Inertia;

use function Safe\preg_replace;

class ContactController extends Controller
{
public function index(Request $request, Vault $vault)
Expand Down

0 comments on commit b5e544e

Please sign in to comment.