Skip to content

Instantly share code, notes, and snippets.

@myvitaliy
Created May 14, 2018 14:25
Show Gist options
  • Save myvitaliy/bfebb2be02c7d71d7e1c3ae30d96a87d to your computer and use it in GitHub Desktop.
Save myvitaliy/bfebb2be02c7d71d7e1c3ae30d96a87d to your computer and use it in GitHub Desktop.
car.php
<?php
namespace twelve\Car;
use twelve\CanMove;
require_once 'CanMove.php';
class Car
{
use CanMove;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment