Adding commit message to Build

This commit is contained in:
Dan Cryer 2014-02-25 16:43:06 +00:00
commit eaec52b525
14 changed files with 189 additions and 46 deletions

7
PHPCI/Model.php Normal file
View file

@ -0,0 +1,7 @@
<?php
namespace PHPCI;
abstract class Model extends \b8\Model
{
}