Skip to content

Instantly share code, notes, and snippets.

@shellprog
Last active April 26, 2018 18:20
Show Gist options
  • Save shellprog/ecb22e41e26c4d587ba17bcb675872f9 to your computer and use it in GitHub Desktop.
Save shellprog/ecb22e41e26c4d587ba17bcb675872f9 to your computer and use it in GitHub Desktop.
Task
<?php
class Task extends Eloquent
{
protected $table = 'tasks';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment