Skip to content

Instantly share code, notes, and snippets.

@myvitaliy
Created May 14, 2018 14:25
Show Gist options
  • Save myvitaliy/988a8170013b4041f118fd42813b6a53 to your computer and use it in GitHub Desktop.
Save myvitaliy/988a8170013b4041f118fd42813b6a53 to your computer and use it in GitHub Desktop.
canmove.php
<?php
namespace twelve\CanMove;
trait CanMove
{
public function move() {
echo 'Движение автомобиля<br>';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment