Last active
April 29, 2020 17:26
-
-
Save fathur/6b81efdc521c359074b1add1f518dd2e to your computer and use it in GitHub Desktop.
Namespace 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| use App\Buah\Jambu; | |
| use App\Makanan\Jambu; | |
| echo App\Buah\Jambu::biji(); // 7 | |
| echo App\Makanan\Jambu::biji(); // 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment