fix namespace

This commit is contained in:
E98Developer 2026-02-21 06:47:19 +01:00
parent 93013e1c78
commit eb82071f86

View File

@ -1,3 +1,3 @@
<?php
namesapce App;
namespace App;
echo "hello Namespace";