50], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'user_id' => 'User ID', 'store_id' => 'Store ID', 'model_number' => 'Model Number', 'initial_path' => 'Initial Path', 'final_path' => 'Final Path', 'pdf_path' => 'Pdf Path', 'step' => 'Step', 'created_at' => 'Created At', ]; } }