<?php /** * Ion * * Building blocks for web development * * @package Ion * @author Timothy J. Warren * @copyright Copyright (c) 2015 - 2016 * @license MIT */ namespace Aviat\Ion; /** * Common base for all Models */ class Model { use StringWrapper; } // End of Model.php