Skip to content

Instantly share code, notes, and snippets.

@Teevio
Created October 29, 2015 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Teevio/9015d94a0d272d36f33e to your computer and use it in GitHub Desktop.
Save Teevio/9015d94a0d272d36f33e to your computer and use it in GitHub Desktop.
<?php
// File saved to app/Model.php
namespace App;
use Illuminate\Database\Eloquent\Model as BaseModel;
use App\Database\Query\Builder as QueryBuilder;
class Model extends BaseModel
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment