Laravel.io
<?php namespace Roche\Trainings\Models;

class Training extends \Eloquent {

	protected $guarded = array('id');

}

Please note that all pasted data is publicly available.