Created
May 14, 2018 14:25
-
-
Save myvitaliy/bfebb2be02c7d71d7e1c3ae30d96a87d to your computer and use it in GitHub Desktop.
car.php
This file contains 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 | |
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