Switch off timestamps

This commit is contained in:
2021-02-04 10:25:37 +03:00
parent 75b89d296d
commit e4b74c499c

View File

@@ -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)
{