Switch off timestamps
This commit is contained in:
@@ -7,6 +7,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Subscriber extends Model
|
||||
{
|
||||
protected $table = 'subscribers';
|
||||
public $timestamps = false;
|
||||
|
||||
public static function add($event, $callback, $weight = 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user