LARAVEL разрешение UUID

  'column_names' => [    
      /*
       * Change this if you want to name the related model primary key other than
       * `model_id`.
       *
       * For example, this would be nice if your primary keys are all UUIDs. In
       * that case, name this `model_uuid`.
       */
      'model_morph_key' => 'model_id',
  ],
Panicky Platypus