'datetime', ]; public function users() { return $this->belongsToMany('App\Models\Category', 'categories_services')->withTimestamps();; } }