Skip to content

Instantly share code, notes, and snippets.

@fathur
Last active April 29, 2020 17:26
Show Gist options
  • Select an option

  • Save fathur/6b81efdc521c359074b1add1f518dd2e to your computer and use it in GitHub Desktop.

Select an option

Save fathur/6b81efdc521c359074b1add1f518dd2e to your computer and use it in GitHub Desktop.
Namespace 3
<?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