/**
  * Run the migrations.
  *
  * @return void
  */
 public function up()
 {
     Hash::create(['hash' => '9999999999', 'title' => 'Classified', 'description' => 'This item is classified. It is hidden from the API. The true origins are unknown.', 'extra' => null, 'extraSecondary' => null]);
 }