Applied fixes from StyleCI

This commit is contained in:
vijaysebastian
2016-02-29 07:15:40 -05:00
committed by StyleCI Bot
parent 500a2d76f4
commit 56bc64132b
105 changed files with 256 additions and 454 deletions

View File

@@ -3,6 +3,7 @@
namespace App\Model\helpdesk\Ticket;
use Illuminate\Database\Eloquent\Model;
class Tickets extends Model
{
protected $table = 'tickets';